1
0
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:
Daniel Silverstone
2020-05-04 14:56:41 +01:00
committed by GitHub
parent 19f6a8c868
commit a7eb2cd258

View File

@ -12,7 +12,7 @@ import (
)
const (
apiBaseURL = "https://api.mythic-beasts.com/beta/dns"
apiBaseURL = "https://api.mythic-beasts.com/dns/v2"
authBaseURL = "https://auth.mythic-beasts.com/login"
)