wallabag/app/config/routing.yml

16 lines
343 B
YAML
Raw Normal View History

2015-01-22 08:30:07 +01:00
app:
resource: @WallabagCoreBundle/Controller/
2015-01-22 08:30:07 +01:00
type: annotation
2015-01-23 14:58:17 +01:00
homepage:
pattern: /
defaults: { _controller: WallabagCoreBundle:Entry:showUnread }
doc-api:
resource: "@NelmioApiDocBundle/Resources/config/routing.yml"
prefix: /api/doc
rest :
type : rest
resource : "routing_rest.yml"
prefix : /api