Skip to content
Snippets Groups Projects
Commit 9119a77e authored by Simon Künzel's avatar Simon Künzel
Browse files

Add missing cors header to example config

parent b2d90f14
No related branches found
No related tags found
1 merge request!4Rollout to production
Checking pipeline status
......@@ -9,6 +9,7 @@ http = 0.0.0.0:5000
add-header = Access-Control-Allow-Origin: http://localhost:3000
add-header = Access-Control-Allow-Credentials: true
add-header = Access-Control-Allow-Headers: Cookie, Content-Type, X-Csrf-Token
add-header = Access-Control-Allow-Methods: GET, POST, PUT, DELETE, PATCH
manage-script-name = true
chdir = ./src/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment