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