Skip to content

Commit

Permalink
cloudru: change default URLs (#2076)
Browse files Browse the repository at this point in the history
  • Loading branch information
danilsolovyov committed Jan 10, 2024
1 parent e98dea0 commit 68dc83a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions providers/dns/cloudru/internal/client.go
Expand Up @@ -16,8 +16,8 @@ import (

// Default API endpoints.
const (
APIBaseURL = "https://console.sbercloud.ru/api/clouddns/v1"
AuthBaseURL = "https://auth.iam.sbercloud.ru/auth/system/openid/token"
APIBaseURL = "https://console.cloud.ru/api/clouddns/v1"
AuthBaseURL = "https://auth.iam.cloud.ru/auth/system/openid/token"
)

// Client the Cloud.ru API client.
Expand Down

0 comments on commit 68dc83a

Please sign in to comment.