From 96ca479112e1a5847f05dc15b9f369ef4ae91c4e Mon Sep 17 00:00:00 2001 From: junyong Date: Sat, 11 Oct 2025 04:09:37 +0900 Subject: [PATCH] =?UTF-8?q?chore=20:=20dev=20=ED=99=98=EA=B2=BD=20allow=20?= =?UTF-8?q?origin=20=EC=A3=BC=EC=86=8C=20=EC=8B=A4=EC=A0=9C=20=EB=8F=84?= =?UTF-8?q?=EB=A9=94=EC=9D=B8=EC=9C=BC=EB=A1=9C=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application-dev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml index 5ee2088..d874c8a 100644 --- a/src/main/resources/application-dev.yml +++ b/src/main/resources/application-dev.yml @@ -5,7 +5,7 @@ spring: security: allowed-origins: - - "https://api.dev.example.com" + - "https://api.difflens.site" datasource: url: ${PSQL_URL}