From 8d35f03b5e454022424a20a81fd68f7e96c10055 Mon Sep 17 00:00:00 2001 From: yoosangwook Date: Fri, 7 Mar 2025 15:09:37 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20env=20=EC=98=A4=ED=83=80=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.development b/.env.development index 1123b90f..cfc50e71 100644 --- a/.env.development +++ b/.env.development @@ -1,4 +1,4 @@ -NEXT_PUBLIC_API_SERVER_PATH=="http://1.248.227.176:38080" +NEXT_PUBLIC_API_SERVER_PATH="http://1.248.227.176:38080" NEXT_PUBLIC_HOST_URL="http://1.248.227.176:4000"