Skip to content

Commit

Permalink
hotfix : 리다이렉트 URI 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
lreowy committed Jul 19, 2024
1 parent eb128e9 commit 48b65e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
public class KakaoSocialService implements SocialService {

private static final String AUTH_CODE = "authorization_code";
private static final String REDIRECT_URI = "http://localhost:5173/kakao/redirection";
private static final String REDIRECT_URI = "https://pick-ple.com/kakao/redirection";

@Value("${kakao.clientId}")
private String clientId;
Expand Down

0 comments on commit 48b65e9

Please sign in to comment.