diff options
-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 30d6de93..72c854ab 100644 --- a/app/config/config.yml +++ b/app/config/config.yml | |||
@@ -153,7 +153,7 @@ nelmio_cors: | |||
153 | '^/api/': | 153 | '^/api/': |
154 | allow_origin: ['*'] | 154 | allow_origin: ['*'] |
155 | allow_headers: ['X-Custom-Auth'] | 155 | allow_headers: ['X-Custom-Auth'] |
156 | allow_methods: ['POST', 'PUT', 'GET', 'DELETE'] | 156 | allow_methods: ['POST', 'PUT', 'PATCH','GET', 'DELETE'] |
157 | max_age: 3600 | 157 | max_age: 3600 |
158 | '^/oauth/': | 158 | '^/oauth/': |
159 | allow_origin: ['*'] | 159 | allow_origin: ['*'] |