aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/config/routing.yml
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2015-10-02 14:51:41 +0200
committerJeremy Benoist <jeremy.benoist@gmail.com>2015-10-03 13:31:48 +0200
commit1210dae10589515d6f3824c75639342c5e1d52dd (patch)
treea26f0401a6f980f3ef96d3dc76ff3303b2943720 /app/config/routing.yml
parent772d8c4b93adc36baefda93ec37007e4a85321de (diff)
downloadwallabag-1210dae10589515d6f3824c75639342c5e1d52dd.tar.gz
wallabag-1210dae10589515d6f3824c75639342c5e1d52dd.tar.zst
wallabag-1210dae10589515d6f3824c75639342c5e1d52dd.zip
remove old implementation for login/register/recover
Diffstat (limited to 'app/config/routing.yml')
-rw-r--r--app/config/routing.yml23
1 files changed, 14 insertions, 9 deletions
diff --git a/app/config/routing.yml b/app/config/routing.yml
index dabb48fa..5fa28fba 100644
--- a/app/config/routing.yml
+++ b/app/config/routing.yml
@@ -1,3 +1,8 @@
1wallabag_user:
2 resource: "@WallabagUserBundle/Controller/"
3 type: annotation
4 prefix: /
5
1wallabag_api: 6wallabag_api:
2 resource: "@WallabagApiBundle/Resources/config/routing.yml" 7 resource: "@WallabagApiBundle/Resources/config/routing.yml"
3 prefix: / 8 prefix: /
@@ -10,15 +15,15 @@ doc-api:
10 resource: "@NelmioApiDocBundle/Resources/config/routing.yml" 15 resource: "@NelmioApiDocBundle/Resources/config/routing.yml"
11 prefix: /api/doc 16 prefix: /api/doc
12 17
13login: 18#login:
14 pattern: /login 19# pattern: /login
15 defaults: { _controller: WallabagCoreBundle:Security:login } 20# defaults: { _controller: WallabagCoreBundle:Security:login }
16 21#
17login_check: 22#login_check:
18 pattern: /login_check 23# pattern: /login_check
19 24#
20logout: 25#logout:
21 path: /logout 26# path: /logout
22 27
23rest : 28rest :
24 type : rest 29 type : rest