gandiv5: update base API URL (#2708)

This commit is contained in:
oliverbr
2025-11-08 03:29:10 +01:00
committed by GitHub
parent 22955739a1
commit d5dc3866e6

View File

@@ -15,7 +15,7 @@ import (
)
// defaultBaseURL endpoint is the Gandi API endpoint used by Present and CleanUp.
const defaultBaseURL = "https://dns.api.gandi.net/api/v5"
const defaultBaseURL = "https://api.gandi.net/v5/livedns"
// APIKeyHeader API key header.
const APIKeyHeader = "X-Api-Key"