From ecb77877c12a2dc8c5ef8bc173a8deb5292d6579 Mon Sep 17 00:00:00 2001 From: junyong Date: Sat, 22 Nov 2025 13:58:58 +0900 Subject: [PATCH] =?UTF-8?q?chore=20:=20www=20=EB=8F=84=EB=A9=94=EC=9D=B8?= =?UTF-8?q?=20cors=20=EC=84=A4=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application-dev.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml index 7cee4ae..2f321ac 100644 --- a/src/main/resources/application-dev.yml +++ b/src/main/resources/application-dev.yml @@ -6,6 +6,7 @@ spring: security: allowed-origins: - "https://api.difflens.site" + - "https://www.difflens.site" - "http://localhost:3000" - "http://127.0.0.1:3000" - "http://localhost:8080"