diff --git a/blinkpy/helpers/constants.py b/blinkpy/helpers/constants.py index 72cc02ae..d89be6ca 100644 --- a/blinkpy/helpers/constants.py +++ b/blinkpy/helpers/constants.py @@ -45,11 +45,11 @@ URLS ''' BLINK_URL = 'immedia-semi.com' -DEFAULT_URL = "{}.{}".format('prod', BLINK_URL) +DEFAULT_URL = "{}.{}".format('rest-prod', BLINK_URL) BASE_URL = "https://{}".format(DEFAULT_URL) LOGIN_URL = "{}/api/v2/login".format(BASE_URL) OLD_LOGIN_URL = "{}/login".format(BASE_URL) -LOGIN_BACKUP_URL = "https://{}.{}/login".format('rest.piri', BLINK_URL) +LOGIN_BACKUP_URL = "https://{}.{}/login".format('rest-piri', BLINK_URL) ''' Dictionaries