From cbdf391f86760dcef93bab85ab596f2325e004e7 Mon Sep 17 00:00:00 2001 From: capDoYeonLee Date: Sat, 13 Apr 2024 01:10:39 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20cors=20=ED=94=84=EB=A1=A0=ED=8A=B8=20?= =?UTF-8?q?=ED=94=84=EB=A1=9C=ED=86=A0=EC=BD=9C=20=EC=88=98=EC=A0=95?= 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 8fa28ae0..c1ec2d70 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=http://econo-calendar.com \ No newline at end of file +cors.allow-origin.urls=https://econo-calendar.com \ No newline at end of file