在服务看板中可以切换到附近的服务

This commit is contained in:
GoEdgeLab
2021-10-08 14:36:57 +08:00
parent 39bf5c70bd
commit b799873bf7
9 changed files with 163 additions and 2 deletions

View File

@@ -16,7 +16,9 @@ func init() {
GetPost("/create", new(CreateAction)).
GetPost("/update", new(UpdateAction)).
Post("/fixLog", new(FixLogAction)).
Post("/nearby", new(NearbyAction)).
//
GetPost("/addPortPopup", new(AddPortPopupAction)).
GetPost("/addServerNamePopup", new(AddServerNamePopupAction)).
GetPost("/addOriginPopup", new(AddOriginPopupAction)).