Skip to content

Commit

Permalink
update nelmio_cors bundle config in the readme, related to nelmio/Nel…
Browse files Browse the repository at this point in the history
  • Loading branch information
sdleiw committed Oct 15, 2017
1 parent d5298e8 commit aea909e
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 aea909e

Please sign in to comment.