diff --git a/app/config/config.yml b/app/config/config.yml index 666df9638..408e1b1e4 100644 --- a/app/config/config.yml +++ b/app/config/config.yml @@ -150,7 +150,7 @@ nelmio_cors: '^/api/': allow_origin: ['*'] allow_headers: ['X-Custom-Auth'] - allow_methods: ['POST', 'PUT', 'GET', 'DELETE'] + allow_methods: ['POST', 'PUT', 'PATCH','GET', 'DELETE'] max_age: 3600 '^/oauth/': allow_origin: ['*']