fix(settings): enable cors by default so it will work when using ts sdk (spa) (#1925)

This commit is contained in:
Fran García 2024-05-10 14:13:46 +02:00 committed by GitHub
parent d13029a046
commit 966af4771d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ server:
env_name: ${APP_ENV:prod}
port: ${PORT:8001}
cors:
enabled: false
enabled: true
allow_origins: ["*"]
allow_methods: ["*"]
allow_headers: ["*"]