Skip to content

Commit d5dc386

Browse files
authored
gandiv5: update base API URL (#2708)
1 parent 2295573 commit d5dc386

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

providers/dns/gandiv5/internal/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515
)
1616

1717
// defaultBaseURL endpoint is the Gandi API endpoint used by Present and CleanUp.
18-
const defaultBaseURL = "https://dns.api.gandi.net/api/v5"
18+
const defaultBaseURL = "https://api.gandi.net/v5/livedns"
1919

2020
// APIKeyHeader API key header.
2121
const APIKeyHeader = "X-Api-Key"

0 commit comments

Comments
 (0)