mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-12-07 21:50:25 +08:00
增加IP级别和WAF动作
This commit is contained in:
@@ -23,6 +23,7 @@ func init() {
|
||||
Get("/download", new(DownloadAction)).
|
||||
GetPost("/selectProvincesPopup", new(SelectProvincesPopupAction)).
|
||||
GetPost("/selectCountriesPopup", new(SelectCountriesPopupAction)).
|
||||
Post("/eventLevelOptions", new(EventLevelOptionsAction)).
|
||||
|
||||
EndAll()
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user