diff --git a/config/cors.js b/config/cors.js index 4d00e32..4c3848e 100644 --- a/config/cors.js +++ b/config/cors.js @@ -29,7 +29,7 @@ module.exports = { | Array - An array of allowed methods | */ - methods: ['GET', 'PUT', 'POST'], + methods: ['GET', 'PUT', 'PATCH', 'POST', 'DELETE'], /* |--------------------------------------------------------------------------