Browse Source

feat: demo 环境适配网站监控 (#5446)

pull/5448/head
zhengkunwang 5 months ago committed by GitHub
parent
commit
68ac4341ac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 5
      backend/middleware/demo_handle.go

5
backend/middleware/demo_handle.go

@ -30,6 +30,11 @@ var whiteUrlList = map[string]struct{}{
"/api/v1/waf/attack/stat": {},
"/api/v1/waf/config/website": {},
"/api/v1/monitor/stat": {},
"/api/v1/monitor/visitors": {},
"/api/v1/monitor/visitors/loc": {},
"/api/v1/monitor/qps": {},
}
func DemoHandle() gin.HandlerFunc {

Loading…
Cancel
Save