Skip to content
This repository has been archived by the owner on May 16, 2021. It is now read-only.

Commit

Permalink
fix: switch url to userdata
Browse files Browse the repository at this point in the history
  • Loading branch information
mainawycliffe committed Dec 5, 2019
1 parent e9d6551 commit 4e1bd30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oauth/oauth.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (
)

const (
oauthGoogleUrlAPI = "https://www.googleapis.com/oauth2/v2/firebase?access_token="
oauthGoogleUrlAPI = "https://www.googleapis.com/oauth2/v2/userinfo?access_token="
port = "8000"
)

Expand Down

0 comments on commit 4e1bd30

Please sign in to comment.