From d2aafe3a196967387589aef10240cf4c5654efd3 Mon Sep 17 00:00:00 2001 From: guo <1716967236@qq.com> Date: Sun, 26 Oct 2025 11:50:25 +0800 Subject: [PATCH] =?UTF-8?q?feat(N/A):=20=E4=BF=AE=E6=94=B9dev=E7=8E=AF?= =?UTF-8?q?=E5=A2=83=E7=9A=84=20allowed-origins=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application-dev.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml index 06c8362..5488916 100644 --- a/src/main/resources/application-dev.yml +++ b/src/main/resources/application-dev.yml @@ -10,7 +10,8 @@ server: cors: allowed-origins: - - http://192.168.123.199:5156 + - http://192.168.123.199:5158 + - http://192.168.40.1:5158 - http://39.105.149.197:8115 - https://lpt.cat-shark.xyz