fix(rbac): treat govdoc root as frontend route set

This commit is contained in:
wren
2026-05-25 10:47:55 +08:00
parent a6efa87616
commit 533424c9fe
2 changed files with 20 additions and 0 deletions
@@ -849,6 +849,7 @@ class RbacServiceImpl(IRbacService):
"/chat-with-llm",
"/contract-template",
"/cross-checking",
"/govdoc",
}
return any(path in frontendPaths for path in expected)