实现批量删除网站功能

This commit is contained in:
GoEdgeLab
2024-01-11 18:40:29 +08:00
parent 2989c5bbcd
commit 8ff13c9117
7 changed files with 107 additions and 4 deletions

View File

@@ -19,6 +19,7 @@ func init() {
GetPost("/create", new(CreateAction)).
GetPost("/update", new(UpdateAction)).
Post("/nearby", new(NearbyAction)).
Post("/deleteServers", new(DeleteServersAction)).
//
GetPost("/addPortPopup", new(AddPortPopupAction)).