Skip to content

Commit

Permalink
fix: KAKAO_URI_LOCAL 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
200516bb committed Jul 31, 2023
1 parent 7c7df15 commit c213e09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/api/user.py
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ def get(self, code):
"grant_type": "authorization_code",
"client_id": os.getenv('KAKAO_API_KEY'),
"client_secret": os.getenv('KAKAO_CLIENT_SECRET'),
"redirect_uri": os.getenv('KAKAO_URI'),
"redirect_uri": os.getenv('KAKAO_URI_LOCAL'),
"code": code,
},
).json()
Expand Down

0 comments on commit c213e09

Please sign in to comment.