From e46bd73a32616bf54fac8ece8adaa292f727d0c9 Mon Sep 17 00:00:00 2001 From: William Durand Date: Sat, 16 May 2015 12:21:32 +0200 Subject: [PATCH] Fix routing definition --- Resources/config/routing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/config/routing.yml b/Resources/config/routing.yml index 19f4cc3..391a0b3 100644 --- a/Resources/config/routing.yml +++ b/Resources/config/routing.yml @@ -1,5 +1,5 @@ nelmio_api_doc_index: pattern: /{view} - defaults: { _controller: NelmioApiDocBundle:ApiDoc:index, view: 'Default' } + defaults: { _controller: NelmioApiDocBundle:ApiDoc:index, view: 'default' } requirements: _method: GET