v1.7版本更新
This commit is contained in:
@@ -30,6 +30,7 @@ PUBLIC_PATHS = [
|
||||
r'^/health$',
|
||||
r'^/api/auth/login$',
|
||||
r'^/api/auth/logout$',
|
||||
r'^/api/config/deduction-rules$',
|
||||
]
|
||||
def is_public_path(path: str) -> bool:
|
||||
"""检查是否为公开路径"""
|
||||
|
||||
Reference in New Issue
Block a user