Skip to content

Commit 966af47

Browse files
authored
fix(settings): enable cors by default so it will work when using ts sdk (spa) (#1925)
1 parent d13029a commit 966af47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

settings.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ server:
55
env_name: ${APP_ENV:prod}
66
port: ${PORT:8001}
77
cors:
8-
enabled: false
8+
enabled: true
99
allow_origins: ["*"]
1010
allow_methods: ["*"]
1111
allow_headers: ["*"]

0 commit comments

Comments
 (0)