mirror of
https://github.com/go-acme/lego.git
synced 2025-07-15 19:34:29 +02:00
mythicbeasts: Update API base URL for released v2 API (#1136)
This commit is contained in:
committed by
GitHub
parent
19f6a8c868
commit
a7eb2cd258
@ -12,7 +12,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
apiBaseURL = "https://api.mythic-beasts.com/beta/dns"
|
apiBaseURL = "https://api.mythic-beasts.com/dns/v2"
|
||||||
authBaseURL = "https://auth.mythic-beasts.com/login"
|
authBaseURL = "https://auth.mythic-beasts.com/login"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user