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

This commit is contained in:
刘祥超
2021-10-25 12:02:03 +08:00
parent b60c767fc5
commit 07ebbf0863
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)).