Skip to content

Commit 68dc83a

Browse files
cloudru: change default URLs (go-acme#2076)
1 parent e98dea0 commit 68dc83a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

providers/dns/cloudru/internal/client.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ import (
1616

1717
// Default API endpoints.
1818
const (
19-
APIBaseURL = "https://console.sbercloud.ru/api/clouddns/v1"
20-
AuthBaseURL = "https://auth.iam.sbercloud.ru/auth/system/openid/token"
19+
APIBaseURL = "https://console.cloud.ru/api/clouddns/v1"
20+
AuthBaseURL = "https://auth.iam.cloud.ru/auth/system/openid/token"
2121
)
2222

2323
// Client the Cloud.ru API client.

0 commit comments

Comments
 (0)