Skip to content

Commit

Permalink
updating default hostname
Browse files Browse the repository at this point in the history
  • Loading branch information
TwaritVerma authored Sep 23, 2024
1 parent 2045d43 commit 073f6bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .plugin-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.2.0
2.2.1
2 changes: 1 addition & 1 deletion ultra_rest_client/ultra_rest_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import time

class RestApiClient:
def __init__(self, bu: str, pr: str = None, use_token: bool = False, use_http: bool =False, host: str = "api.test.ultradns.net"):
def __init__(self, bu: str, pr: str = None, use_token: bool = False, use_http: bool =False, host: str = "api.ultradns.com"):
"""Initialize a Rest API Client.
Arguments:
Expand Down

0 comments on commit 073f6bf

Please sign in to comment.