From cc4c5e19481050e84a955a605817d9bf9870bb4b Mon Sep 17 00:00:00 2001 From: minuk926 Date: Tue, 14 Jun 2022 18:31:01 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20css=20=EC=A0=81=EC=9A=A9=20=EC=A7=84?= =?UTF-8?q?=ED=96=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.production b/.env.production index b49e885..eaebfff 100644 --- a/.env.production +++ b/.env.production @@ -1,6 +1,6 @@ NODE_PATH=src REACT_APP_MODE=production REACT_APP_VERSION = v0.0.1 -#REACT_APP_API_URL=http://211.119.124.9:8090 -REACT_APP_API_URL=http://localhost:8090 +REACT_APP_API_URL=http://211.119.124.9:8090 +#REACT_APP_API_URL=http://localhost:8090 REACT_APP_SERVER_TIMEOUT=6000 \ No newline at end of file