sf-api-example/app/config/routing.yml

17 lines
359 B
YAML
Raw Normal View History

2016-11-23 14:39:22 +01:00
app:
resource: "@AppBundle/Controller/"
type: annotation
2016-11-23 17:48:33 +01:00
api_book:
resource: AppBundle\Controller\Api\BookController
type: rest
prefix: api
api_category:
resource: AppBundle\Controller\Api\CategoryController
type: rest
prefix: api
fos_js_routing:
resource: "@FOSJsRoutingBundle/Resources/config/routing/routing.xml"