From 3ed53bf3f822f426c3f2db063d3c401f9deb658b Mon Sep 17 00:00:00 2001 From: GimHaLim Date: Mon, 3 Jun 2024 13:40:09 +0900 Subject: [PATCH] =?UTF-8?q?fix=20:=20=EC=B9=B4=EC=B9=B4=EC=98=A4=20?= =?UTF-8?q?=EB=A1=9C=EA=B7=B8=EC=9D=B8?= 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 4262cb9..dde43ce 100644 --- a/src/component/myPage/api/kakaoApi.js +++ b/src/component/myPage/api/kakaoApi.js @@ -1,6 +1,6 @@ import axios from "axios"; -const rest_api_key = ''; +const rest_api_key = '6f093e4c7a2e3031f6778b220ce263d7'; const redirect_uri = 'http://localhost:3000/KakaoRedirect'; const auth_code_path = 'https://kauth.kakao.com/oauth/authorize'; const access_token_url = 'https://kauth.kakao.com/oauth/token';