From e4559efa390fd027b24c694d4afa9c7f9aaf5518 Mon Sep 17 00:00:00 2001 From: Kim Minsu <118744078+yoyobar@users.noreply.github.com> Date: Mon, 9 Sep 2024 21:09:29 +0900 Subject: [PATCH] =?UTF-8?q?Feat:=20=EB=8B=A4=ED=81=AC=20=ED=85=8C=EB=A7=88?= =?UTF-8?q?=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/axios.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/api/axios.ts b/src/api/axios.ts index c7f01cb..564cdd9 100644 --- a/src/api/axios.ts +++ b/src/api/axios.ts @@ -2,9 +2,9 @@ import axios from "axios"; export const axiosInstance = axios.create({ //? LOCAL - baseURL: "/api", + // baseURL: "/api", //? SERVER - // baseURL: "https://api.hunsuking.yoyobar.xyz/api", + baseURL: "https://api.hunsuking.yoyobar.xyz/api", headers: { "Content-Type": "application/json", "Cache-Control": "no-cache",