We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59fa102 commit 0e39c28Copy full SHA for 0e39c28
app/core/const/google_api.py
@@ -1,3 +1,3 @@
1
-GOOGLE_OAUTH2_REDIRECT_PATH = "google/oauth2/redirect"
+GOOGLE_OAUTH2_REDIRECT_PATH = "v1/google/oauth2/redirect"
2
GOOGLE_OAUTH2_AUTH_URI = "https://accounts.google.com/o/oauth2/auth"
3
GOOGLE_OAUTH2_TOKEN_URI = "https://oauth2.googleapis.com/token" # nosec: B105
0 commit comments