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