From e25c83368e33756f0689236085993f6bb172b385 Mon Sep 17 00:00:00 2001 From: zZPiglet Date: Sun, 6 Sep 2020 01:05:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=20localhost=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/config.js b/web/src/config.js index 0655575..3a957a9 100644 --- a/web/src/config.js +++ b/web/src/config.js @@ -1,2 +1,2 @@ const DEBUG = process.env.NODE_ENV === "development"; -export const BACKEND_BASE = DEBUG ? `http://192.168.1.134:3000` : `https://sub.store`; \ No newline at end of file +export const BACKEND_BASE = DEBUG ? `http://localhost:3000` : `https://sub.store`; \ No newline at end of file