diff --git a/rmapy/const.py b/rmapy/const.py index edfe403..d64b571 100644 --- a/rmapy/const.py +++ b/rmapy/const.py @@ -1,6 +1,6 @@ RFC3339Nano = "%Y-%m-%dT%H:%M:%SZ" USER_AGENT = "rmapy" -AUTH_BASE_URL = "https://webapp-production-dot-remarkable-production.appspot.com" +AUTH_BASE_URL = "https://webapp-prod.cloud.remarkable.engineering" BASE_URL = "https://document-storage-production-dot-remarkable-production.appspot.com" # noqa DEVICE_TOKEN_URL = AUTH_BASE_URL + "/token/json/2/device/new" USER_TOKEN_URL = AUTH_BASE_URL + "/token/json/2/user/new"