mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-04-02 21:36:14 +03:00
Update routing.yml
Replace deprecated "pattern" and "_method" by "path" and "methods"
This commit is contained in:
parent
874c8752e6
commit
082b2fa86f
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue