可以修改服务的CNAME

This commit is contained in:
刘祥超
2022-08-26 19:51:07 +08:00
parent 990c1070e2
commit b0865cbbdc
6 changed files with 125 additions and 2 deletions

View File

@@ -15,6 +15,7 @@ func init() {
Prefix("/servers/server/settings/dns").
GetPost("", new(IndexAction)).
Post("/regenerateCNAME", new(RegenerateCNAMEAction)).
GetPost("/updateCNAMEPopup", new(UpdateCNAMEPopupAction)).
EndAll()
})
}