diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-10-03 06:29:55 +0200 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2015-10-03 13:31:48 +0200 |
commit | 0a878469d4038c36c84d1dd707265d880fa342e8 (patch) | |
tree | 2e183d359d3f1f0767ebf56277f3fc7aa415ac3f /app/config/routing.yml | |
parent | 1210dae10589515d6f3824c75639342c5e1d52dd (diff) | |
download | wallabag-0a878469d4038c36c84d1dd707265d880fa342e8.tar.gz wallabag-0a878469d4038c36c84d1dd707265d880fa342e8.tar.zst wallabag-0a878469d4038c36c84d1dd707265d880fa342e8.zip |
move some files to UserBundle
Diffstat (limited to 'app/config/routing.yml')
-rw-r--r-- | app/config/routing.yml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/app/config/routing.yml b/app/config/routing.yml index 5fa28fba..f0f8f4b6 100644 --- a/app/config/routing.yml +++ b/app/config/routing.yml | |||
@@ -15,16 +15,6 @@ doc-api: | |||
15 | resource: "@NelmioApiDocBundle/Resources/config/routing.yml" | 15 | resource: "@NelmioApiDocBundle/Resources/config/routing.yml" |
16 | prefix: /api/doc | 16 | prefix: /api/doc |
17 | 17 | ||
18 | #login: | ||
19 | # pattern: /login | ||
20 | # defaults: { _controller: WallabagCoreBundle:Security:login } | ||
21 | # | ||
22 | #login_check: | ||
23 | # pattern: /login_check | ||
24 | # | ||
25 | #logout: | ||
26 | # path: /logout | ||
27 | |||
28 | rest : | 18 | rest : |
29 | type : rest | 19 | type : rest |
30 | resource : "routing_rest.yml" | 20 | resource : "routing_rest.yml" |