app/config/routes.yml: add '/register' route.
This commit is contained in:
parent
f65832332b
commit
6c14bf9873
1 changed files with 3 additions and 0 deletions
|
|
@ -43,6 +43,9 @@ router:
|
|||
oauth-disconnect-confirm:
|
||||
pattern: '/oauth/{provider:([a-z]+)}/disconnect/{confirm}'
|
||||
path: 'User::oauthdisconnect'
|
||||
user-register:
|
||||
pattern: '/register'
|
||||
path: Auth::register
|
||||
user-settings:
|
||||
pattern: '/settings'
|
||||
path:
|
||||
|
|
|
|||
Reference in a new issue