mirror of
https://github.com/go-acme/lego
synced 2026-03-14 22:45:48 +01:00
gandiv5: update base API URL (#2708)
This commit is contained in:
parent
22955739a1
commit
d5dc3866e6
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue