Skip to content

Commit

Permalink
fix: cors 프론트 프로토콜 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
capDoYeonLee committed Apr 12, 2024
1 parent f7a72ab commit cbdf391
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=http://econo-calendar.com
cors.allow-origin.urls=https://econo-calendar.com

0 comments on commit cbdf391

Please sign in to comment.