mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-02-02 15:51:48 +03:00
Update routing.yml
Replace deprecated "pattern" and "_method" by "path" and "methods"
This commit is contained in:
parent
874c8752e6
commit
082b2fa86f
@ -1,5 +1,5 @@
|
||||
nelmio_api_doc_index:
|
||||
pattern: /{view}
|
||||
path: /{view}
|
||||
defaults: { _controller: NelmioApiDocBundle:ApiDoc:index, view: 'default' }
|
||||
requirements:
|
||||
_method: GET
|
||||
methods: GET
|
||||
|
Loading…
x
Reference in New Issue
Block a user