Skip to content

Commit

Permalink
fix: plick.shop으로 리다이렉트
Browse files Browse the repository at this point in the history
  • Loading branch information
GimHaLim committed Jul 27, 2024
1 parent 2df2bce commit d39939e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/component/myPage/api/kakaoApi.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import axios from "axios";

const rest_api_key = '6f093e4c7a2e3031f6778b220ce263d7';
const redirect_uri = 'http://d2vr7xh1eokzzb.cloudfront.net/KakaoRedirect';
//const redirect_uri = 'http://www.plick.shop/KakaoRedirect';
//const redirect_uri = 'http://d2vr7xh1eokzzb.cloudfront.net/KakaoRedirect';
const redirect_uri = 'http://www.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 d39939e

Please sign in to comment.