diff --git a/api/url.go b/api/url.go index 9a33b32..6187089 100644 --- a/api/url.go +++ b/api/url.go @@ -12,7 +12,7 @@ var deleteEntry string func init() { docHost := "https://document-storage-production-dot-remarkable-production.appspot.com" - authHost := "https://my.remarkable.com" + authHost := "https://webapp-production-dot-remarkable-production.appspot.com" host := os.Getenv("RMAPI_DOC") if host != "" {