Skip to content

Commit

Permalink
Merge pull request #227 from sdleiw/fix-nelmio-cors-readme
Browse files Browse the repository at this point in the history
fix nelmio_cors bundle config in the readme,
  • Loading branch information
lchrusciel authored Oct 16, 2017
2 parents d5298e8 + aea909e commit 271f149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ Rest of the command are executed inside `project` folder.
paths:
'^/shop-api/':
allow_origin: ['*']
allow_headers: ['X-Custom-Auth']
allow_headers: ['Content-Type']
allow_methods: ['POST', 'PUT', 'GET', 'DELETE']
max_age: 3600
'^/':
Expand Down

0 comments on commit 271f149

Please sign in to comment.