mirror of
https://github.com/TeaOSLab/EdgeAPI.git
synced 2025-11-03 23:20:26 +08:00
修复无法一个常量错误
This commit is contained in:
@@ -19,7 +19,7 @@ func FindProvider(providerType ProviderType) ProviderInterface {
|
||||
return &CloudFlareProvider{}
|
||||
case ProviderTypeCustomHTTP:
|
||||
return &CustomHTTPProvider{}
|
||||
case ProviderTypeUserEdgeDNS:
|
||||
case ProviderTypeEdgeDNSAPI:
|
||||
return &EdgeDNSAPIProvider{}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user