服务列表中增加“检查域名解析”选项

This commit is contained in:
刘祥超
2020-12-23 10:31:00 +08:00
parent 4ea1edb888
commit 4fa375ee6f
6 changed files with 276 additions and 20 deletions

View File

@@ -20,6 +20,7 @@ func init() {
GetPost("/addServerNamePopup", new(AddServerNamePopupAction)).
GetPost("/addOriginPopup", new(AddOriginPopupAction)).
Get("/serverNamesPopup", new(ServerNamesPopupAction)).
Post("/status", new(StatusAction)).
EndAll()
})
}