diff options
Diffstat (limited to 'app/config/config.yml')
-rw-r--r-- | app/config/config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/config/config.yml b/app/config/config.yml index 666df963..408e1b1e 100644 --- a/app/config/config.yml +++ b/app/config/config.yml | |||
@@ -150,7 +150,7 @@ nelmio_cors: | |||
150 | '^/api/': | 150 | '^/api/': |
151 | allow_origin: ['*'] | 151 | allow_origin: ['*'] |
152 | allow_headers: ['X-Custom-Auth'] | 152 | allow_headers: ['X-Custom-Auth'] |
153 | allow_methods: ['POST', 'PUT', 'GET', 'DELETE'] | 153 | allow_methods: ['POST', 'PUT', 'PATCH','GET', 'DELETE'] |
154 | max_age: 3600 | 154 | max_age: 3600 |
155 | '^/oauth/': | 155 | '^/oauth/': |
156 | allow_origin: ['*'] | 156 | allow_origin: ['*'] |