Skip to content

Commit

Permalink
hotfix : 원상복구
Browse files Browse the repository at this point in the history
  • Loading branch information
lreowy committed Jul 19, 2024
1 parent 48b65e9 commit 50929e6
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 = "https://pick-ple.com/kakao/redirection";
private static final String REDIRECT_URI = "http://localhost:5173/kakao/redirection";

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

0 comments on commit 50929e6

Please sign in to comment.