Skip to content

Commit

Permalink
Merge pull request #75 from resum-ai/hotfix/login
Browse files Browse the repository at this point in the history
fix: callback uri 변경
  • Loading branch information
yjoonjang authored Apr 6, 2024
2 parents 58926c1 + 37fe8b9 commit 999c2f2
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 @@ -42,7 +42,7 @@
env.read_env(env_file)

BASE_URL = env("BASE_URL")
KAKAO_CALLBACK_URI = BASE_URL + "accounts/kakao/callback/"
KAKAO_CALLBACK_URI = BASE_URL + "accounts/kakao/login/"
# KAKAO_CALLBACK_URI = "http://api.resumai.kr/accounts/kakao/callback/"
REST_API_KEY = env("KAKAO_REST_API_KEY")
CLIENT_SECRET = env("KAKAO_CLIENT_SECRET_KEY")
Expand Down

0 comments on commit 999c2f2

Please sign in to comment.