Skip to content

Commit

Permalink
fix: 리다이렉트 주소 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
GimHaLim committed Jun 17, 2024
1 parent 97e710e commit f6e257f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/component/myPage/api/kakaoApi.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import axios from "axios";

const rest_api_key = '6f093e4c7a2e3031f6778b220ce263d7';
const redirect_uri = 'http://d2vr7xh1eokzzb.cloudfront.net/KakaoRedirect';
const redirect_uri = 'http://plick.shop/KakaoRedirect';
const auth_code_path = 'https://kauth.kakao.com/oauth/authorize';
const access_token_url = 'https://kauth.kakao.com/oauth/token';

Expand Down

0 comments on commit f6e257f

Please sign in to comment.