From 8fb6e95755fbac0efc1c520d40f071a241c44366 Mon Sep 17 00:00:00 2001 From: capDoYeonLee Date: Thu, 5 Dec 2024 15:09:25 +0900 Subject: [PATCH] =?UTF-8?q?refactor:=20swagger=20cors=20=ED=97=88=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BE/error/src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BE/error/src/main/resources/application.properties b/BE/error/src/main/resources/application.properties index e79571b..25ccd93 100644 --- a/BE/error/src/main/resources/application.properties +++ b/BE/error/src/main/resources/application.properties @@ -4,7 +4,7 @@ spring.datasource.username=root spring.datasource.password= spring.profiles.include=token,ouath spring.jpa.properties.hibernate.dialect= org.hibernate.dialect.MySQLDialect -cors.allow-origin.urls=https://econo-calendar.com, http://localhost:5173 +cors.allow-origin.urls=https://econo-calendar.com, http://localhost:5173, https://error.econo-calendar.com spring.data.redis.host=redis spring.data.redis.port=6379