From b6fe479671ec8e558861fcc81f541bad56c552c8 Mon Sep 17 00:00:00 2001 From: crew852 <65230973+crew852@users.noreply.github.com> Date: Fri, 16 Aug 2024 17:18:52 +0900 Subject: [PATCH] Update oauth.kakao.tsx.tsx --- app/routes/oauth.kakao.tsx.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/app/routes/oauth.kakao.tsx.tsx b/app/routes/oauth.kakao.tsx.tsx index e77827c..2971bfb 100644 --- a/app/routes/oauth.kakao.tsx.tsx +++ b/app/routes/oauth.kakao.tsx.tsx @@ -16,6 +16,7 @@ export const action: ActionFunction = async ({ request }) => { 요청 실패 시 오류 메시지를 JSON 형태로 반환하고 콘솔에 오류를 출력합니다. */ try { + //추후에 진짜 백엔드 api url로 변경예정입니다. const response = await axios.post('(백엔드api url)', { code, state,