Merge pull request #7726 from tobiasd/20191010-uexport
move uexport module to src
This commit is contained in:
commit
b543ee8ac7
6 changed files with 219 additions and 203 deletions
|
@ -214,6 +214,7 @@ return [
|
|||
'/verify' => [Module\Settings\TwoFactor\Verify::class, [R::GET, R::POST]],
|
||||
],
|
||||
'/delegation[/{action}/{user_id}]' => [Module\Settings\Delegation::class, [R::GET, R::POST]],
|
||||
'/userexport[/{action}]' => [Module\Settings\UserExport::class, [R::GET, R::POST]],
|
||||
],
|
||||
|
||||
'/randprof' => [Module\RandomProfile::class, [R::GET]],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue