1st implementation of wallabag api, yeah

This commit is contained in:
Nicolas Lœuillet
2015-01-28 17:09:27 +01:00
parent 569f8d6851
commit e4788de51e
11 changed files with 1040 additions and 17 deletions

View File

@ -4,4 +4,13 @@ app:
homepage:
pattern: /
defaults: { _controller: WallabagCoreBundle:Entry:showUnread }
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