mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-27 03:21:01 +00:00
7019c7cf6c
- list services in /import - add url to import service - ImportBundle routing are now prefixed by /import - optimize flush in each import (flushing each 20 contents) - improve design of each import - add more tests
33 lines
769 B
YAML
33 lines
769 B
YAML
wallabag_import:
|
|
resource: "@WallabagImportBundle/Controller/"
|
|
type: annotation
|
|
prefix: /import
|
|
|
|
wallabag_api:
|
|
resource: "@WallabagApiBundle/Resources/config/routing.yml"
|
|
prefix: /
|
|
|
|
app:
|
|
resource: @WallabagCoreBundle/Controller/
|
|
type: annotation
|
|
|
|
doc-api:
|
|
resource: "@NelmioApiDocBundle/Resources/config/routing.yml"
|
|
prefix: /api/doc
|
|
|
|
rest :
|
|
type : rest
|
|
resource : "routing_rest.yml"
|
|
prefix : /api
|
|
|
|
homepage:
|
|
path: "/{page}"
|
|
defaults: { _controller: WallabagCoreBundle:Entry:showUnread, page : 1 }
|
|
requirements:
|
|
page: \d+
|
|
|
|
fos_user:
|
|
resource: "@FOSUserBundle/Resources/config/routing/all.xml"
|
|
|
|
fos_oauth_server_token:
|
|
resource: "@FOSOAuthServerBundle/Resources/config/routing/token.xml"
|