mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-02-03 08:09:25 +03:00
16 lines
415 B
YAML
16 lines
415 B
YAML
|
test_route_1:
|
||
|
pattern: /tests
|
||
|
defaults: { _controller: NelmioApiDocTestBundle:Test:index, _format: json }
|
||
|
requirements:
|
||
|
_method: GET
|
||
|
|
||
|
test_route_2:
|
||
|
pattern: /tests
|
||
|
defaults: { _controller: NelmioApiDocTestBundle:Test:postTest, _format: json }
|
||
|
requirements:
|
||
|
_method: POST
|
||
|
|
||
|
NelmioApiDocBundle:
|
||
|
resource: "@NelmioApiDocBundle/Resources/config/routing.yml"
|
||
|
prefix: /
|