Skip to content

Commit

Permalink
fix: ip주소 3.~~로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
JunHyeong-99 committed Aug 18, 2024
1 parent 1fcdd93 commit ba8bf03
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public void onAuthenticationSuccess(HttpServletRequest request, HttpServletRespo
response.sendRedirect("myapp://callback/register-screen1");
} else {
//Role이 없으면 다시 로그인 창으로
response.sendRedirect("http://13.124.211.43:8080/oauth2/authorization/kakao");
response.sendRedirect("http://3.39.254.198:8080/oauth2/authorization/kakao");
}
}

Expand Down

0 comments on commit ba8bf03

Please sign in to comment.