Skip to content

Commit

Permalink
주소 로컬로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
LUCETE012 committed Nov 15, 2024
1 parent 45afc1f commit a259b84
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ public ResponseEntity<?> getTokens(@AuthenticationPrincipal OidcUser oidcUser,
UserResponseDTO.loginUserDTO loginUserDTO = new UserResponseDTO.loginUserDTO(user.getEmail(), accessToken);

// 고정된 redirect URI로 리디렉션 설정
String redirectUri = "http://ec2-15-165-175-91.ap-northeast-2.compute.amazonaws.com:3000/main";
// String redirectUri = "http://ec2-15-165-175-91.ap-northeast-2.compute.amazonaws.com:3000/main";
String redirectUri = "http://localhost:3000/main";

HttpHeaders headers = new HttpHeaders();
// accessToken을 Base64로 인코딩
Expand Down

0 comments on commit a259b84

Please sign in to comment.