实现批量删除网站功能

This commit is contained in:
刘祥超
2024-01-11 18:40:29 +08:00
parent 8b46a5a5af
commit 750c929506
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)).