Skip to content

Commit 27dadce

Browse files
feat: redirect url v2로 수정
1 parent 3649fe4 commit 27dadce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

thefirsttake/src/main/java/com/thefirsttake/app/auth/controller/AuthController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ public ResponseEntity<Void> kakaoCallback(
171171

172172
// 6. 프론트엔드로 리다이렉트
173173
HttpHeaders headers = new HttpHeaders();
174-
headers.setLocation(URI.create("https://the-first-take.com/"));
174+
headers.setLocation(URI.create("https://the-second-take.com/"));
175175
// headers.setLocation(URI.create("http://localhost:3000/"));
176176

177177
log.info("카카오 로그인 성공. 프론트엔드로 리다이렉트");

0 commit comments

Comments
 (0)