Skip to content

Commit

Permalink
Add PATCH to readme (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-phillips authored Aug 20, 2018
1 parent d04ce41 commit 8a84216
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 @@ -37,7 +37,7 @@ module.exports = cors(handler)

##### `allowMethods`

default: `['POST','GET','PUT','DELETE','OPTIONS']`
default: `['POST','GET','PUT','PATCH','DELETE','OPTIONS']`

##### `allowHeaders`

Expand Down

0 comments on commit 8a84216

Please sign in to comment.