fix(cors): add missing verbs
This commit is contained in:
parent
11db440607
commit
489897c488
|
@ -29,7 +29,7 @@ module.exports = {
|
|||
| Array - An array of allowed methods
|
||||
|
|
||||
*/
|
||||
methods: ['GET', 'PUT', 'POST'],
|
||||
methods: ['GET', 'PUT', 'PATCH', 'POST', 'DELETE'],
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue
Block a user