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';