Skip to content

Commit

Permalink
Change api host to api.termius.com
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxbey committed Jun 6, 2017
1 parent a0d9d82 commit 04206bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion termius/core/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def hash_password(password):
class API(object):
"""Class to send requests to sync cloud."""

host = 'serverauditor.com'
host = 'api.termius.com'
base_url = 'https://{}/api/'.format(host)
logger = logging.getLogger(__name__)

Expand Down

0 comments on commit 04206bd

Please sign in to comment.