diff options
author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2015-10-03 13:30:12 +0200 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2015-10-03 13:37:21 +0200 |
commit | 4c5e5441831430af2b8f49dbeb0c76da6993eceb (patch) | |
tree | 6007da21712c9f9b231df10d1b384db609ee24c6 /app/config/security.yml | |
parent | 0a878469d4038c36c84d1dd707265d880fa342e8 (diff) | |
download | wallabag-4c5e5441831430af2b8f49dbeb0c76da6993eceb.tar.gz wallabag-4c5e5441831430af2b8f49dbeb0c76da6993eceb.tar.zst wallabag-4c5e5441831430af2b8f49dbeb0c76da6993eceb.zip |
Cleanup
- remove unecessary routing for UserBundle
- remove unused form type
Diffstat (limited to 'app/config/security.yml')
-rw-r--r-- | app/config/security.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/config/security.yml b/app/config/security.yml index d7d8c12b..576cfd25 100644 --- a/app/config/security.yml +++ b/app/config/security.yml | |||
@@ -18,6 +18,7 @@ security: | |||
18 | oauth_token: | 18 | oauth_token: |
19 | pattern: ^/oauth/v2/token | 19 | pattern: ^/oauth/v2/token |
20 | security: false | 20 | security: false |
21 | |||
21 | api: | 22 | api: |
22 | pattern: /api/.* | 23 | pattern: /api/.* |
23 | fos_oauth: true | 24 | fos_oauth: true |