From 2786aa2be3791dd34a6ef3d5bc8ac354e8dfa3b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9B=90=EC=A7=80=EC=9C=A4?= Date: Thu, 7 May 2026 22:33:24 +0900 Subject: [PATCH] fix: add root moddo origin to cors --- src/main/resources/application.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 9bbec5f..3809c3f 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -44,6 +44,7 @@ cookie: frontend: cors-allowed-origins: - https://www.moddo.kr + - https://moddo.kr - https://moddo-frontend.pages.dev - https://*.moddo-frontend.pages.dev - http://localhost:3000