feat: demo 环境增加首页状态接口过滤 (#6498)

pull/6510/head
zhengkunwang 2 months ago committed by GitHub
parent 7f06c7e92e
commit 95d3e75425
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -19,6 +19,7 @@ var whiteUrlList = map[string]struct{}{
"/api/v1/logs/operation": {}, "/api/v1/logs/operation": {},
"/api/v1/logs/login": {}, "/api/v1/logs/login": {},
"/api/v1/auth/logout": {}, "/api/v1/auth/logout": {},
"/api/v1/dashboard/current": {},
"/api/v1/apps/installed/loadport": {}, "/api/v1/apps/installed/loadport": {},
"/api/v1/apps/installed/check": {}, "/api/v1/apps/installed/check": {},

Loading…
Cancel
Save