[网站域名]在列表中可以查看网站域名列表,并可以筛选

This commit is contained in:
刘祥超
2020-12-07 12:11:48 +08:00
parent 4bc19f11d2
commit d98568e490
6 changed files with 85 additions and 1 deletions

View File

@@ -19,6 +19,7 @@ func init() {
GetPost("/addPortPopup", new(AddPortPopupAction)).
GetPost("/addServerNamePopup", new(AddServerNamePopupAction)).
GetPost("/addOriginPopup", new(AddOriginPopupAction)).
Get("/serverNamesPopup", new(ServerNamesPopupAction)).
EndAll()
})
}