refactor(fam-core): 移除 SS Webhook 可选路径与 NAS 静态前端托管,兜底 Oracle 地址更新为 129.146.26.249
This commit is contained in:
@@ -73,7 +73,6 @@ def is_authed() -> bool:
|
||||
_WHITELIST_EXACT = {
|
||||
'/login', '/api/login', '/api/logout', '/api/auth/check',
|
||||
'/health', '/favicon.ico',
|
||||
'/api/ss/webhook', # SS 推送(无登录态,必须放行)
|
||||
}
|
||||
_WHITELIST_PREFIX = ('/assets/',)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user