Skip to content

Commit

Permalink
Merge pull request #54 from resum-ai/feat/login
Browse files Browse the repository at this point in the history
fix: redirect uri 수정
  • Loading branch information
yjoonjang authored Mar 29, 2024
2 parents eb247e2 + 516af06 commit 6a86e5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion accounts/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

BASE_URL = env("BASE_URL")
# KAKAO_CALLBACK_URI = BASE_URL + "accounts/kakao/callback/"
KAKAO_CALLBACK_URI = "http://localhost:8000/accounts/kakao/callback"
KAKAO_CALLBACK_URI = "http://localhost:8000/accounts/kakao/callback/"
REST_API_KEY = env("KAKAO_REST_API_KEY")
CLIENT_SECRET = env("KAKAO_CLIENT_SECRET_KEY")

Expand Down

0 comments on commit 6a86e5d

Please sign in to comment.