1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-09-15 18:57:05 +00:00
- remove unecessary routing for UserBundle
- remove unused form type
This commit is contained in:
Jeremy Benoist 2015-10-03 13:30:12 +02:00
parent 0a878469d4
commit 4c5e544183
4 changed files with 1 additions and 94 deletions

View file

@ -1,8 +1,3 @@
wallabag_user:
resource: "@WallabagUserBundle/Controller/"
type: annotation
prefix: /
wallabag_api:
resource: "@WallabagApiBundle/Resources/config/routing.yml"
prefix: /

View file

@ -18,6 +18,7 @@ security:
oauth_token:
pattern: ^/oauth/v2/token
security: false
api:
pattern: /api/.*
fos_oauth: true