From 5cc07b2b409eb86c053899b823dee28b7d8f7985 Mon Sep 17 00:00:00 2001 From: Jeongmo Seo Date: Sun, 3 Aug 2025 15:25:19 +0900 Subject: [PATCH] =?UTF-8?q?:bug:=20fix:=20Cors=20=EB=B0=B1=EC=97=94?= =?UTF-8?q?=EB=93=9C=20=EB=B0=B0=ED=8F=AC=20=EC=A3=BC=EC=86=8C=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application-develop.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/resources/application-develop.yml b/src/main/resources/application-develop.yml index 8ace807..1b69ee8 100644 --- a/src/main/resources/application-develop.yml +++ b/src/main/resources/application-develop.yml @@ -79,6 +79,7 @@ cors: - http://localhost:5173 - http://localhost:5174 - https://withtime.cloud + - https://withtime.shop methods: - GET