From e8ddebaf9f4e2a3d7cd7687f02aa2e6d813f77a7 Mon Sep 17 00:00:00 2001 From: afds4567 <33995840+afds4567@users.noreply.github.com> Date: Mon, 14 Aug 2023 17:51:51 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20url=EC=97=90=20api=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/pages/KaKaoRedirectPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/pages/KaKaoRedirectPage.tsx b/frontend/src/pages/KaKaoRedirectPage.tsx index 14f5d6ec2..ceeba6a65 100644 --- a/frontend/src/pages/KaKaoRedirectPage.tsx +++ b/frontend/src/pages/KaKaoRedirectPage.tsx @@ -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('login', url);