]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/config/routing.yml
change test if we have no entry in GET /api/entries
[github/wallabag/wallabag.git] / app / config / routing.yml
index 8e04a0c817b787c275cdc6440184fbc93ca1f6e2..20f6979a642de69fb50511f793c157e51f9cbd92 100644 (file)
@@ -10,10 +10,13 @@ doc-api:
     resource: "@NelmioApiDocBundle/Resources/config/routing.yml"
     prefix: /api/doc
 
-#wallabag_api:
-#    resource: "@WallabagApiBundle/Controller/"
-#    type:     annotation
-#    prefix:   /api
+login:
+    pattern:   /login
+    defaults:  { _controller: WallabagCoreBundle:Security:login }
+login_check:
+    pattern:   /login_check
+logout:
+    path:   /logout
 
 rest :
   type : rest