Skip to content

Commit

Permalink
fix : 카카오 로그인
Browse files Browse the repository at this point in the history
  • Loading branch information
GimHaLim committed Jun 3, 2024
1 parent 5f35f9a commit 3ed53bf
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,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';
Expand Down

0 comments on commit 3ed53bf

Please sign in to comment.