Skip to content

Commit

Permalink
feat: demo 环境增加首页状态接口过滤 (#6498)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengkunwang223 authored and wanghe-fit2cloud committed Sep 20, 2024
1 parent 23c4365 commit 220a6ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/middleware/demo_handle.go
Original file line number Diff line number Diff line change
Expand Up @@ -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": {},
Expand Down

0 comments on commit 220a6ff

Please sign in to comment.