Skip to content

Commit

Permalink
Merge pull request #7 from angel-bridge/dev
Browse files Browse the repository at this point in the history
🍀 [배포] sendRedirect 값 localhost:3000 으로 변경
  • Loading branch information
sseuldev authored Dec 5, 2024
2 parents fbcb0d3 + 9529dac commit 8b78258
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public void onAuthenticationSuccess(HttpServletRequest request, HttpServletRespo

// TODO: 프론트 배포 시 수정 예정
// 로그인 성공 시 이동 경로 지정
response.sendRedirect("http://3.39.14.152/env");
response.sendRedirect("http://localhost:3000/");
}

// 프론트에 전달할 방식 : 쿠키 방식
Expand Down

0 comments on commit 8b78258

Please sign in to comment.