From f6e257f2132deba732fee47225f7258b8b300d78 Mon Sep 17 00:00:00 2001 From: GimHaLim Date: Mon, 17 Jun 2024 12:00:45 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EB=A6=AC=EB=8B=A4=EC=9D=B4=EB=A0=89?= =?UTF-8?q?=ED=8A=B8=20=EC=A3=BC=EC=86=8C=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/component/myPage/api/kakaoApi.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/component/myPage/api/kakaoApi.js b/src/component/myPage/api/kakaoApi.js index 2dec810..af9da9a 100644 --- a/src/component/myPage/api/kakaoApi.js +++ b/src/component/myPage/api/kakaoApi.js @@ -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';