mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-02-02 23:59:26 +03:00
10 lines
281 B
YAML
10 lines
281 B
YAML
nelmio_api_doc_swagger_resource_list:
|
|
path: /
|
|
methods: [GET]
|
|
defaults: { _controller: NelmioApiDocBundle:ApiDoc:swagger }
|
|
|
|
nelmio_api_doc_swagger_api_declaration:
|
|
path: /{resource}
|
|
methods: [GET]
|
|
defaults: { _controller: NelmioApiDocBundle:ApiDoc:swagger }
|