mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-09-12 09:34:58 +08:00
feat: demo 环境适配网站监控 (#5446)
This commit is contained in:
parent
4209452e0b
commit
68ac4341ac
1 changed files with 5 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue