Skip to content

Commit

Permalink
Merge #68
Browse files Browse the repository at this point in the history
68: fix syntax on CORS r=manveru a=manveru



Co-authored-by: Michael Fellinger <michael.fellinger@iohk.io>
  • Loading branch information
iohk-bors[bot] and manveru committed Nov 11, 2019
2 parents 41af8eb + 9eca9df commit 94cded1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/jormungandr-explorer.nix
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ in {
headers = ''
add_header 'Vary' 'Origin' always;
add_header 'access-control-allow-origin' $origin always;
add_header 'Access-Control-Allow-Methods' 'POST, OPTIONS, GET always';
add_header 'Access-Control-Allow-Methods' 'POST, OPTIONS, GET' always;
add_header 'Access-Control-Allow-Headers' 'User-Agent,X-Requested-With,Content-Type' always;
'';
in {
Expand Down

0 comments on commit 94cded1

Please sign in to comment.