From 475651021c8b63148a33fb205326facae590c101 Mon Sep 17 00:00:00 2001 From: capDoYeonLee Date: Mon, 29 Apr 2024 17:22:10 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20cors=20=EC=84=A4=EC=A0=95=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 --- 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 c1ec2d70..3b631dad 100644 --- a/BE/error/src/main/resources/application.properties +++ b/BE/error/src/main/resources/application.properties @@ -3,4 +3,4 @@ spring.datasource.url=jdbc:mysql://${MYSQL_HOST:localhost}:3306/example?serverTi spring.datasource.username=user spring.datasource.password=UserPassword spring.jpa.properties.hibernate.dialect= org.hibernate.dialect.MySQLDialect -cors.allow-origin.urls=https://econo-calendar.com \ No newline at end of file +cors.allow-origin.urls=https://econo-calendar.com, http://localhost:5173 \ No newline at end of file