Skip to content

Commit

Permalink
fix: url에 api 추가 (#292)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiwonh423 authored Aug 14, 2023
1 parent 0ec08df commit 5b30eab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/KaKaoRedirectPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const handleOAuthKakao = async (code: string) => {
console.log('bye');
try {
console.log('222');
const url = `https://mapbefine.kro.kr/oauth/login/kakao?code=${code}`;
const url = `https://mapbefine.kro.kr/api/oauth/login/kakao?code=${code}`;
console.log('line12');
const data = await getApi<LoginResponse>('login', url);

Expand Down

0 comments on commit 5b30eab

Please sign in to comment.