From 1e2fb3db955cb272eb9325a70b9b5a8815e9b93f Mon Sep 17 00:00:00 2001 From: 2yunseong Date: Tue, 21 Nov 2023 13:57:52 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=EC=A3=BC=EC=84=9D=20=EC=A0=9C?= =?UTF-8?q?=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/api-v2/apiv2.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/api-v2/apiv2.ts b/frontend/src/api-v2/apiv2.ts index 7a2b3c278..12e42cd00 100644 --- a/frontend/src/api-v2/apiv2.ts +++ b/frontend/src/api-v2/apiv2.ts @@ -7,7 +7,6 @@ import { getLocalStorageItem, removeLocalStorageItem } from 'utils/localStorage' const apiV2 = axios.create({ baseURL: process.env.REACT_APP_SERVER_URL, - // baseURL: 'http://192.168.2.160:8080/', headers: { 'Content-type': 'application/json', },