fix: API权限通配符从%改为*
This commit is contained in:
parent
925f58b025
commit
b550281222
@ -64,7 +64,7 @@ PATHS_LOGINED = [
|
||||
f"/{MOD}/virtual_view_assets.ui",
|
||||
|
||||
# API — 所有 api/ 下的 .dspy(脚本内部通过 get_user() 做权限校验)
|
||||
f"/{MOD}/api/%",
|
||||
f"/{MOD}/api/*",
|
||||
]
|
||||
|
||||
# reseller.operator — 管理员专属页面
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user