Skip to content

Commit

Permalink
fix(settings): enable cors by default so it will work when using ts s…
Browse files Browse the repository at this point in the history
…dk (spa) (#1925)
  • Loading branch information
frgarciames authored May 10, 2024
1 parent d13029a commit 966af47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ server:
env_name: ${APP_ENV:prod}
port: ${PORT:8001}
cors:
enabled: false
enabled: true
allow_origins: ["*"]
allow_methods: ["*"]
allow_headers: ["*"]
Expand Down

0 comments on commit 966af47

Please sign in to comment.