Skip to content

Commit

Permalink
Merge pull request #75 from Mile-Writings/feat/#74
Browse files Browse the repository at this point in the history
#74 [feat] kakao redirect uri 변경
  • Loading branch information
sohyundoh authored Jan 11, 2024
2 parents 2354c79 + 2a15195 commit 10107cb
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:8080/kakao/callback";
private static final String REDIRECT_URI = "http://localhost:5173/redirect-kakao";


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

0 comments on commit 10107cb

Please sign in to comment.