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

pull/5448/head
zhengkunwang 6 months ago committed by GitHub
parent 4209452e0b
commit 68ac4341ac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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