Skip to content

Commit

Permalink
카카오 로그인 로컬테스트
Browse files Browse the repository at this point in the history
  • Loading branch information
hysong4u committed Feb 15, 2024
1 parent 306c489 commit fc6a853
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,7 @@ public KakaoUserInfoResponseDto kakaoCallback(String code, String environment) {
if ("production".equals(environment)) {
params.add("redirect_uri", redirectUri);
} else {
params.add("redirect_uri", redirectUri);
//params.add("redirect_uri", "http://localhost:5173/api/oauth/kakao/login");
params.add("redirect_uri", "http://localhost:5173/api/oauth/kakao/login");
}
params.add("code", code);

Expand Down

0 comments on commit fc6a853

Please sign in to comment.