Skip to content

Commit

Permalink
Mythic Beasts DNS v2 API is now out of beta - update endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
njh committed Jul 1, 2020
1 parent a5491f9 commit 40069db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions delphyne
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ set -e
set -u
set -o pipefail

VERSION="1.0.0"
API_BASE_PATH="https://api.mythic-beasts.com/beta/dns"
VERSION="1.0.1"
API_BASE_PATH="https://api.mythic-beasts.com/dns/v2"

# Load configuration from .env file, if it exists
if [ -f .env ]; then
Expand Down

0 comments on commit 40069db

Please sign in to comment.