阶段性提交

This commit is contained in:
GoEdgeLab
2020-08-21 12:32:16 +08:00
parent e6266b7dc3
commit 8f22f2fda1
181 changed files with 4897 additions and 218 deletions

View File

@@ -13,6 +13,11 @@ func init() {
Prefix("/servers").
Get("", new(IndexAction)).
GetPost("/create", new(CreateAction)).
GetPost("/update", new(UpdateAction)).
GetPost("/addPortPopup", new(AddPortPopupAction)).
GetPost("/addServerNamePopup", new(AddServerNamePopupAction)).
GetPost("/addOriginPopup", new(AddOriginPopupAction)).
EndAll()
})
}