Skip to content

Commit

Permalink
Merge pull request #178 from ddvk/fixauthurl
Browse files Browse the repository at this point in the history
fix authentication url #177
  • Loading branch information
ddvk committed May 19, 2021
2 parents 951b348 + bb7611d commit 19b88d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/url.go
Expand Up @@ -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 != "" {
Expand Down

0 comments on commit 19b88d9

Please sign in to comment.