diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-01-31 15:14:10 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-01-31 15:14:10 +0100 |
commit | c3235553ddc2bb5965f6fe00e750cfe4aac9ccdf (patch) | |
tree | 271305a039d31059c7af8be220da08b9331baeec /app/config/routing.yml | |
parent | 71691fe44a7b2a80f3b9d96d54720cce7994ad08 (diff) | |
download | wallabag-c3235553ddc2bb5965f6fe00e750cfe4aac9ccdf.tar.gz wallabag-c3235553ddc2bb5965f6fe00e750cfe4aac9ccdf.tar.zst wallabag-c3235553ddc2bb5965f6fe00e750cfe4aac9ccdf.zip |
first implementation of security
Diffstat (limited to 'app/config/routing.yml')
-rw-r--r-- | app/config/routing.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/app/config/routing.yml b/app/config/routing.yml index 8e04a0c8..426dcdcf 100644 --- a/app/config/routing.yml +++ b/app/config/routing.yml | |||
@@ -10,6 +10,14 @@ doc-api: | |||
10 | resource: "@NelmioApiDocBundle/Resources/config/routing.yml" | 10 | resource: "@NelmioApiDocBundle/Resources/config/routing.yml" |
11 | prefix: /api/doc | 11 | prefix: /api/doc |
12 | 12 | ||
13 | login: | ||
14 | pattern: /login | ||
15 | defaults: { _controller: WallabagCoreBundle:Security:login } | ||
16 | login_check: | ||
17 | pattern: /login_check | ||
18 | logout: | ||
19 | path: /logout | ||
20 | |||
13 | #wallabag_api: | 21 | #wallabag_api: |
14 | # resource: "@WallabagApiBundle/Controller/" | 22 | # resource: "@WallabagApiBundle/Controller/" |
15 | # type: annotation | 23 | # type: annotation |