]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/config/routing.yml
Add LiipThemeBundle
[github/wallabag/wallabag.git] / app / config / routing.yml
index 60fcb6f4b8c4969bdb533b8c36d45189e41bb9ed..d681b39b7c48f3ee1158151f674014e237393c59 100644 (file)
@@ -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