fix(rbac): treat govdoc root as frontend route set
This commit is contained in:
@@ -849,6 +849,7 @@ class RbacServiceImpl(IRbacService):
|
||||
"/chat-with-llm",
|
||||
"/contract-template",
|
||||
"/cross-checking",
|
||||
"/govdoc",
|
||||
}
|
||||
return any(path in frontendPaths for path in expected)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user