Skip to content

Commit

Permalink
feat: cors 설정 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
capDoYeonLee committed Apr 29, 2024
1 parent 612955d commit 4756510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BE/error/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
cors.allow-origin.urls=https://econo-calendar.com, http://localhost:5173

0 comments on commit 4756510

Please sign in to comment.