From ae7953a0ebc46a61ae39584acf241861b523efe2 Mon Sep 17 00:00:00 2001 From: Peng-YM <1048217874pengym@gmail.com> Date: Mon, 31 Aug 2020 00:59:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=8D=A2=E5=9F=9F=E5=90=8D?= 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 e770cfa..000cb7e 100644 --- a/web/src/config.js +++ b/web/src/config.js @@ -1,3 +1,3 @@ const DEBUG = false; -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://192.168.1.134:3000` : `https://sub.com`; \ No newline at end of file