Skip to content

Commit 8fb6e95

Browse files
committed
refactor: swagger cors 허용
1 parent 76d0fa6 commit 8fb6e95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BE/error/src/main/resources/application.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ spring.datasource.username=root
44
spring.datasource.password=
55
spring.profiles.include=token,ouath
66
spring.jpa.properties.hibernate.dialect= org.hibernate.dialect.MySQLDialect
7-
cors.allow-origin.urls=https://econo-calendar.com, http://localhost:5173
7+
cors.allow-origin.urls=https://econo-calendar.com, http://localhost:5173, https://error.econo-calendar.com
88
spring.data.redis.host=redis
99
spring.data.redis.port=6379
1010

0 commit comments

Comments
 (0)