From 67062e2379a89ea067a48c7904762170c40c0cf1 Mon Sep 17 00:00:00 2001 From: guo <1716967236@qq.com> Date: Sun, 26 Oct 2025 14:26:08 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"feat(N/A):=20=E4=BF=AE=E6=94=B9dev?= =?UTF-8?q?=E7=8E=AF=E5=A2=83=E7=9A=84cors=E9=85=8D=E7=BD=AE"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit ab25cf81ee5aa546a4742f351eb4577d106d3192. --- src/main/resources/application-dev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml index d66d8a6..7d8c2dc 100644 --- a/src/main/resources/application-dev.yml +++ b/src/main/resources/application-dev.yml @@ -9,7 +9,7 @@ server: port: 5155 cors: - allowCredentials: true + allowCredentials: false allowed-origins: - '*'