Skip to content

Commit 94ffaf3

Browse files
fix: Authentication is required to access the API documentation #839
1 parent 05099d4 commit 94ffaf3

File tree

7 files changed

+3220
-3063
lines changed

7 files changed

+3220
-3063
lines changed

backend/common/utils/whitelist.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"/",
88
"/docs",
99
"/login/*",
10-
"*.json",
1110
"*.ico",
1211
"*.html",
1312
"*.js",
@@ -22,6 +21,7 @@
2221
"*.ttf",
2322
"*.eot",
2423
"*.otf",
24+
"*.css.map"
2525
"/mcp*",
2626
"/system/license",
2727
"/system/config/key",

0 commit comments

Comments
 (0)