feat: demo 环境增加首页状态接口过滤 (#6498)
Some checks failed
Build Test / build-linux-binary (push) Failing after -8m53s
Build / SonarCloud (push) Failing after -9m3s
sync2gitee / repo-sync (push) Failing after -9m5s

This commit is contained in:
zhengkunwang 2024-09-14 18:12:32 +08:00 committed by GitHub
parent 7f06c7e92e
commit 95d3e75425
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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