Skip to content

Commit

Permalink
refactor: redirecturl 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
yj-leez committed Jan 4, 2024
1 parent 6b0f150 commit 5b140ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ private String setRedirectUrl(String url) {
redirect_url = "http://localhost:8080/api/oauth/kakao/success";
}
if (url.equals("abcode.shop")) {
redirect_url = "http://localhost:3000/oauth/kakao/success/ing";
redirect_url = "http://localhost:3000/login/kakao";
}

return redirect_url;
Expand Down

0 comments on commit 5b140ea

Please sign in to comment.