Skip to content

Commit f0366c6

Browse files
committed
fix:리다이렉트 경로 수정
1 parent 48fa958 commit f0366c6

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
@@ -87,7 +87,7 @@ private void clearAuthenticationAttributes(HttpServletRequest request, HttpServl
8787

8888
// 액세스 토큰을 리다이렉트 경로에 파라미터로 추가
8989
private String getTargetUrl(String token) {
90-
return UriComponentsBuilder.fromUriString("https://decodeat.netlify.app")
90+
return UriComponentsBuilder.fromUriString("https://decodeat.store")
9191
.queryParam("access_token", token)
9292
.build()
9393
.toUriString();

0 commit comments

Comments
 (0)