diff --git a/Resources/config/routing.yml b/Resources/config/routing.yml index 1de24543e..f1de38634 100644 --- a/Resources/config/routing.yml +++ b/Resources/config/routing.yml @@ -1,5 +1,4 @@ nelmio_api_doc_index: path: /{view} defaults: { _controller: NelmioApiDocBundle:ApiDoc:index, view: 'default' } - requirements: - methods: GET + methods: [GET]