From 5c7a926f4ad1788eb93a5d2ae189219c5ebf539c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Czhuzihan=E2=80=9D=E2=80=83?= <“772644120@qq.com”> Date: Thu, 12 Jun 2025 13:10:58 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=B7=E6=B1=82=E5=9C=B0=E5=9D=80=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker | 0 src/config.js | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 docker diff --git a/docker b/docker new file mode 100644 index 0000000..e69de29 diff --git a/src/config.js b/src/config.js index 237a482..19c87d2 100644 --- a/src/config.js +++ b/src/config.js @@ -6,7 +6,7 @@ const config = { apiBaseUrl: 'http://127.0.0.1:48996', }, production: { - apiBaseUrl: 'http://36.103.199.107:48996', + apiBaseUrl: 'http://36.103.203.89:48996', } };