mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-12-10 08:20:24 +08:00
添加DNS账号时自动读取DNS服务商下域名
This commit is contained in:
@@ -34,6 +34,7 @@ func init() {
|
||||
GetPost("/updatePopup", new(providers.UpdatePopupAction)).
|
||||
Post("/delete", new(providers.DeleteAction)).
|
||||
Get("/provider", new(providers.ProviderAction)).
|
||||
Post("/syncDomains", new(providers.SyncDomainsAction)).
|
||||
EndData().
|
||||
|
||||
// 域名
|
||||
@@ -56,7 +57,6 @@ func init() {
|
||||
GetPost("", new(issues.IndexAction)).
|
||||
GetPost("/updateNodePopup", new(issues.UpdateNodePopupAction)).
|
||||
EndData().
|
||||
|
||||
EndAll()
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user