域名解析中可以删除和恢复某个域名

This commit is contained in:
GoEdgeLab
2021-11-06 16:23:38 +08:00
parent 3f0e664529
commit 29bbb726ff
8 changed files with 106 additions and 60 deletions

View File

@@ -43,6 +43,7 @@ func init() {
GetPost("/createPopup", new(domains.CreatePopupAction)).
GetPost("/updatePopup", new(domains.UpdatePopupAction)).
Post("/delete", new(domains.DeleteAction)).
Post("/recover", new(domains.RecoverAction)).
Post("/sync", new(domains.SyncAction)).
Get("/routesPopup", new(domains.RoutesPopupAction)).
GetPost("/selectPopup", new(domains.SelectPopupAction)).