ddns: support provider hurricane electric (#1036)

This commit is contained in:
UUBulb
2025-03-19 21:52:16 +08:00
committed by GitHub
parent 38c2374bad
commit 5c252f5e43
6 changed files with 15 additions and 4 deletions

View File

@@ -202,5 +202,5 @@ func batchDeleteDDNS(c *gin.Context) (any, error) {
// @Success 200 {object} model.CommonResponse[[]string]
// @Router /ddns/providers [get]
func listProviders(c *gin.Context) ([]string, error) {
return model.ProviderList, nil
return model.ProviderList[:], nil
}