mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-27 03:21:01 +00:00
32da2a70ef
Re-defined the config / user relation to be OneToOne bidirectionnal. ConfigType is now a service so I can inject the list of available themes that are also used by LiipThemeBundle Force sqlite for test In case of people use a different driver in parameter.yml (yes I do :))
24 lines
509 B
YAML
24 lines
509 B
YAML
app:
|
|
resource: @WallabagCoreBundle/Controller/
|
|
type: annotation
|
|
|
|
homepage:
|
|
pattern: /
|
|
defaults: { _controller: WallabagCoreBundle:Entry:showUnread }
|
|
|
|
doc-api:
|
|
resource: "@NelmioApiDocBundle/Resources/config/routing.yml"
|
|
prefix: /api/doc
|
|
|
|
login:
|
|
pattern: /login
|
|
defaults: { _controller: WallabagCoreBundle:Security:login }
|
|
login_check:
|
|
pattern: /login_check
|
|
logout:
|
|
path: /logout
|
|
|
|
rest :
|
|
type : rest
|
|
resource : "routing_rest.yml"
|
|
prefix : /api
|