Skip to content

Commit

Permalink
fixed cors in instance.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
artur-barrionuevo committed Oct 4, 2024
1 parent d84413e commit 1683fce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/instance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ default_context:
zcml_package_includes: 'procergs.siteplone'

wsgi_listen: '0.0.0.0:8080'
cors_enabled: true
cors_enabled: 'true'
cors_allow_origin: '*'

0 comments on commit 1683fce

Please sign in to comment.