Skip to content

Commit

Permalink
feat: url 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
GGHDMS committed Dec 18, 2023
1 parent 770ed51 commit 8ca52d5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -95,7 +95,7 @@ class SecurityConfig(
val oauthName = oAuth2User.name

val targetUrl =
buildRedirectUrl(frontProperties.url + "/kakaoRedirect", mapOf("oauthName" to oauthName))
buildRedirectUrl(frontProperties.url + "/kakao-redirect", mapOf("oauthName" to oauthName))

redirectStrategy.sendRedirect(request, response, targetUrl)
} else {

0 comments on commit 8ca52d5

Please # to comment.