WAF模板中有新的规则时,可以在界面上收到提醒并点击加入

This commit is contained in:
GoEdgeLab
2021-10-25 12:02:03 +08:00
parent 4d866837d0
commit e0a62b3010
6 changed files with 167 additions and 1 deletions

View File

@@ -19,6 +19,7 @@ func init() {
GetPost("/createPopup", new(CreatePopupAction)).
Post("/delete", new(DeleteAction)).
Get("/policy", new(PolicyAction)).
Post("/upgradeTemplate", new(UpgradeTemplateAction)).
Get("/groups", new(GroupsAction)).
Get("/group", new(GroupAction)).
Get("/log", new(LogAction)).