cours-ending/app/config/routing.yml
2016-03-19 17:33:18 +01:00

16 lines
351 B
YAML

rest:
type: rest
resource: "routing_rest.yml"
prefix: /api
CoursEndingBundle:
resource: "@CoursEndingBundle/Controller/"
type: annotation
NelmioApiDocBundle:
resource: "@NelmioApiDocBundle/Resources/config/routing.yml"
prefix: /api/doc
FOSJsRouting:
resource: "@FOSJsRoutingBundle/Resources/config/routing/routing.xml"