Skip to content

Commit

Permalink
URL수정
Browse files Browse the repository at this point in the history
  • Loading branch information
sleeg00 committed Jul 15, 2023
1 parent 1aba342 commit 6d7210f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ public void onAuthenticationSuccess(HttpServletRequest request, HttpServletRespo
refreshRepository.save(checkIp);

log.info("{}", token);
UriComponentsBuilder uriBuilder = UriComponentsBuilder.fromUriString("/home")
UriComponentsBuilder uriBuilder = UriComponentsBuilder.fromUriString("/api/home")
.queryParam("accessToken", token.getAccessToken())
.queryParam("refreshToken", token.getRefreshToken());
String redirectUrl = uriBuilder.toUriString();
Expand Down

0 comments on commit 6d7210f

Please sign in to comment.