From f35b936a30dfd3abeece8ef05afb1c6a7414e5bf Mon Sep 17 00:00:00 2001 From: junyong Date: Sun, 2 Nov 2025 22:54:53 +0900 Subject: [PATCH] =?UTF-8?q?chore=20:=20cors=205173=20=ED=97=88=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application-dev.yml | 5 +++++ src/main/resources/application-local.yml | 2 ++ 2 files changed, 7 insertions(+) diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml index ff242d4..7cee4ae 100644 --- a/src/main/resources/application-dev.yml +++ b/src/main/resources/application-dev.yml @@ -6,6 +6,11 @@ spring: security: allowed-origins: - "https://api.difflens.site" + - "http://localhost:3000" + - "http://127.0.0.1:3000" + - "http://localhost:8080" + - "http://localhost:5173" + - "http://127.0.0.1:5173" datasource: url: ${PSQL_URL} diff --git a/src/main/resources/application-local.yml b/src/main/resources/application-local.yml index f64c6d1..de0cca1 100644 --- a/src/main/resources/application-local.yml +++ b/src/main/resources/application-local.yml @@ -8,6 +8,8 @@ spring: - "http://localhost:3000" - "http://127.0.0.1:3000" - "http://localhost:8080" + - "http://localhost:5173" + - "http://127.0.0.1:5173" datasource: url: ${PSQL_URL}