Fix routing definition

This commit is contained in:
William Durand 2015-05-16 12:21:32 +02:00
parent c71fa155d5
commit e46bd73a32
No known key found for this signature in database
GPG Key ID: A509BCF1C1274F3B

View File

@ -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