From aec6e00a9794538154070a76b81f9e979411d3fa Mon Sep 17 00:00:00 2001 From: choi Date: Wed, 27 Nov 2024 14:01:31 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9C=A0=EC=A0=80=20=EC=A0=95=EB=B3=B4=20?= =?UTF-8?q?=EB=B6=88=EB=9F=AC=EC=98=A4=EA=B8=B0=20=EC=88=98=EC=A0=95=20+?= =?UTF-8?q?=20=EB=8D=94=EB=B3=B4=EA=B8=B0=20=ED=8E=98=EC=9D=B4=EC=A7=80=20?= =?UTF-8?q?=EC=83=9D=EC=84=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/lib/axios.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/axios.ts b/src/lib/axios.ts index 4fbe3f8..23c930c 100644 --- a/src/lib/axios.ts +++ b/src/lib/axios.ts @@ -28,4 +28,4 @@ const createAxiosInstance = (): AxiosInstance => { return instance; }; -export default createAxiosInstance; +export const api = createAxiosInstance();