From a2cde447ab05421bf26e4b52750a1f51beefeaa5 Mon Sep 17 00:00:00 2001 From: pp449 Date: Wed, 12 Jul 2023 22:08:50 +0900 Subject: [PATCH] =?UTF-8?q?Fix:=20=EB=B0=B1=EC=97=94=EB=93=9C=20URL=20?= =?UTF-8?q?=EC=A3=BC=EC=86=8C=EC=97=90=20http=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/index.ts b/src/config/index.ts index 4dcb74e3..ec92855b 100644 --- a/src/config/index.ts +++ b/src/config/index.ts @@ -1,4 +1,4 @@ -let SERVER_URL = '13.209.91.5:8080'; +let SERVER_URL = 'http://13.209.91.5:8080'; if (process.env.NODE_ENV === 'development') { SERVER_URL = 'http://localhost:8080'; }