fix: 任务树API路径显式注册RBAC(精确匹配,/api/前缀不覆盖具体dspy)
This commit is contained in:
parent
a1411fdd48
commit
c8ff8d02d5
@ -47,6 +47,8 @@ for t in TABLES:
|
||||
PATHS_LOGINED += [
|
||||
"/%s/api/" % MOD,
|
||||
"/%s/api/bid_probe.dspy" % MOD,
|
||||
"/%s/api/bid_task_tree.dspy" % MOD,
|
||||
"/%s/api/bid_task_io.dspy" % MOD,
|
||||
]
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user