Skip to content

Commit a068f5e

Browse files
committed
fix: 또 잘못된 경로 다시 변경(...)
1 parent 67905ea commit a068f5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/core/util/google_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def create_oauth_flow() -> Flow | None:
2121
},
2222
},
2323
scopes=settings.GOOGLE_CLOUD.SCOPES,
24-
redirect_uri=urljoin(settings.BACKEND_DOMAIN, reverse("v1:google-oauth2-authorize")),
24+
redirect_uri=urljoin(settings.BACKEND_DOMAIN, reverse("v1:google-oauth2-redirect")),
2525
)
2626

2727

0 commit comments

Comments
 (0)