X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=app%2Fconfig%2Frouting.yml;h=d681b39b7c48f3ee1158151f674014e237393c59;hb=f98a2a0fc3ae8a5955bb811f083c3d2535f96791;hp=60fcb6f4b8c4969bdb533b8c36d45189e41bb9ed;hpb=3e5a342f6552fc921b9b7fd3d65d9200cdc1979c;p=github%2Fwallabag%2Fwallabag.git diff --git a/app/config/routing.yml b/app/config/routing.yml index 60fcb6f4..d681b39b 100644 --- a/app/config/routing.yml +++ b/app/config/routing.yml @@ -10,7 +10,15 @@ doc-api: resource: "@NelmioApiDocBundle/Resources/config/routing.yml" prefix: /api/doc -wallabag_api: - resource: "@WallabagApiBundle/Controller/" - type: annotation - prefix: /api \ No newline at end of file +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