forked from wallabag/wallabag
1st implementation of wallabag api, yeah
This commit is contained in:
@ -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
|
||||
Reference in New Issue
Block a user