Skip to content

Commit abe1d34

Browse files
committed
🔧Settings: 프론트 배포 도메인 CORS 추가
1 parent 4af68a4 commit abe1d34

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/java/com/sku/refit/global/security/OAuth2LoginSuccessHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,6 @@ public void onAuthenticationSuccess(
6868
log.info("카카오 로그인 성공: {}", user.getUsername());
6969

7070
response.addHeader("Authorization", "Bearer " + tokenResponse.getAccessToken());
71-
response.sendRedirect("https://refit-lab.vercel.app");
71+
response.sendRedirect("https://www.refitlab.site");
7272
}
7373
}

src/main/resources

0 commit comments

Comments
 (0)