Skip to content
This repository has been archived by the owner on Jan 20, 2022. It is now read-only.

Commit

Permalink
Make test pass.
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienPalard committed Feb 12, 2021
1 parent e0a143f commit c01537f
Show file tree
Hide file tree
Showing 6 changed files with 407 additions and 380 deletions.
4 changes: 2 additions & 2 deletions gandi/cli/modules/dns.py
Expand Up @@ -20,8 +20,8 @@ class Dns(GandiModule):
"""

# API documentation: https://doc.livedns.gandi.net/
api_url = 'https://dns.api.gandi.net/api/v5'
# API documentation: https://api.gandi.net/docs/livedns/
api_url = 'https://api.gandi.net/v5/livedns'

@classmethod
def get_sort_url(cls, url, sort_by=None):
Expand Down

0 comments on commit c01537f

Please sign in to comment.