Skip to content

Commit

Permalink
refactor: swagger cors 허용
Browse files Browse the repository at this point in the history
  • Loading branch information
capDoYeonLee committed Dec 5, 2024
1 parent 76d0fa6 commit 8fb6e95
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 @@ -4,7 +4,7 @@ spring.datasource.username=root
spring.datasource.password=
spring.profiles.include=token,ouath
spring.jpa.properties.hibernate.dialect= org.hibernate.dialect.MySQLDialect
cors.allow-origin.urls=https://econo-calendar.com, http://localhost:5173
cors.allow-origin.urls=https://econo-calendar.com, http://localhost:5173, https://error.econo-calendar.com
spring.data.redis.host=redis
spring.data.redis.port=6379

Expand Down

0 comments on commit 8fb6e95

Please sign in to comment.