mirror of
https://github.com/wallabag/wallabag.git
synced 2025-09-15 18:57:05 +00:00
Cleanup
- remove unecessary routing for UserBundle - remove unused form type
This commit is contained in:
parent
0a878469d4
commit
4c5e544183
4 changed files with 1 additions and 94 deletions
|
@ -1,8 +1,3 @@
|
|||
wallabag_user:
|
||||
resource: "@WallabagUserBundle/Controller/"
|
||||
type: annotation
|
||||
prefix: /
|
||||
|
||||
wallabag_api:
|
||||
resource: "@WallabagApiBundle/Resources/config/routing.yml"
|
||||
prefix: /
|
||||
|
|
|
@ -18,6 +18,7 @@ security:
|
|||
oauth_token:
|
||||
pattern: ^/oauth/v2/token
|
||||
security: false
|
||||
|
||||
api:
|
||||
pattern: /api/.*
|
||||
fos_oauth: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue