From f6592d19b5b38b76dd4bcf88edde741d62fbe642 Mon Sep 17 00:00:00 2001 From: minuk926 Date: Thu, 7 Jul 2022 14:54:10 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20cors=20middleware=20=EC=84=A4=EC=A0=95?= =?UTF-8?q?=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production | 1 - 1 file changed, 1 deletion(-) diff --git a/.env.production b/.env.production index b49e885..25badad 100644 --- a/.env.production +++ b/.env.production @@ -1,6 +1,5 @@ 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_SERVER_TIMEOUT=6000 \ No newline at end of file