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 fd12663 commit d84413e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion backend/instance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ default_context:
zcml_package_includes: 'procergs.siteplone'

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

0 comments on commit d84413e

Please sign in to comment.