From 5f61d5faf48535541131d149f3303d35e79091fa Mon Sep 17 00:00:00 2001 From: Teoh Han Hui Date: Mon, 19 Oct 2015 11:22:39 +0800 Subject: [PATCH] Fix mistake in #720 --- Resources/config/routing.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Resources/config/routing.yml b/Resources/config/routing.yml index 1de2454..f1de386 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]