From 9d90375dff88ae2928fa822e6c3601d1475058a1 Mon Sep 17 00:00:00 2001 From: Wonder Date: Tue, 7 Oct 2025 02:55:35 +0800 Subject: [PATCH] =?UTF-8?q?Fix:=20=E9=80=82=E9=85=8D=20Spring=20=E9=AB=98?= =?UTF-8?q?=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config-files/api-gateway.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config-files/api-gateway.yml b/config-files/api-gateway.yml index 53043a2..47c5538 100644 --- a/config-files/api-gateway.yml +++ b/config-files/api-gateway.yml @@ -24,6 +24,6 @@ spring: globalcors: cors-configurations: "[/**]": - allowedOrigins: "*" + allowedOriginPatterns: "*" allowedMethods: "*" allowedHeaders: "*"