Skip to content

Commit 0e39c28

Browse files
committed
fix: 잘못된 경로 수정
1 parent 59fa102 commit 0e39c28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/core/const/google_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
GOOGLE_OAUTH2_REDIRECT_PATH = "google/oauth2/redirect"
1+
GOOGLE_OAUTH2_REDIRECT_PATH = "v1/google/oauth2/redirect"
22
GOOGLE_OAUTH2_AUTH_URI = "https://accounts.google.com/o/oauth2/auth"
33
GOOGLE_OAUTH2_TOKEN_URI = "https://oauth2.googleapis.com/token" # nosec: B105

0 commit comments

Comments
 (0)