Skip to content

Commit 442b2a2

Browse files
committed
fix: 리다이렉트 경로 변경
1 parent ad2c34b commit 442b2a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/DecodEat/global/config/oauth/OAuth2SuccessHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ private void clearAuthenticationAttributes(HttpServletRequest request, HttpServl
9494

9595
// 액세스 토큰을 리다이렉트 경로에 파라미터로 추가
9696
private String getTargetUrl(String token) {
97-
return UriComponentsBuilder.fromUriString("decodeat.netlify.app") //todo:로그인 후 스웨거화면
97+
return UriComponentsBuilder.fromUriString("https://decodeat.netlify.app") //todo:로그인 후 스웨거화면
9898
.build()
9999
.toUriString();
100100
}

0 commit comments

Comments
 (0)