mythicbeasts: Update API base URL for released v2 API (#1136)
This commit is contained in:
parent
19f6a8c868
commit
a7eb2cd258
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue