20 lines
520 B
YAML
Raw Normal View History

2012-04-13 14:11:54 +02:00
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
2012-04-13 14:42:28 +02:00
test_route_3:
pattern: /another
defaults: { _controller: NelmioApiDocTestBundle:Test:another }
2012-04-13 14:11:54 +02:00
NelmioApiDocBundle:
resource: "@NelmioApiDocBundle/Resources/config/routing.yml"
prefix: /