diff --git a/app/config/config.yml b/app/config/config.yml index 30d6de930..72c854ab4 100644 --- a/app/config/config.yml +++ b/app/config/config.yml @@ -153,7 +153,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: ['*']