1
0
mirror of https://github.com/go-acme/lego.git synced 2025-01-03 15:23:32 +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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"
)