1
0
Fork 0

moved UExport to src/Module/Settings/Uexport

This commit is contained in:
Tobias Diekershoff 2019-10-11 07:38:42 +02:00
commit 46172b641d
4 changed files with 209 additions and 4 deletions

View file

@ -203,6 +203,7 @@ return [
'/verify' => [Module\Settings\TwoFactor\Verify::class, [R::GET, R::POST]],
],
'/delegation[/{action}/{user_id}]' => [Module\Settings\Delegation::class, [R::GET, R::POST]],
'/uexport[/{action}]' => [Module\Settings\Uexport::class, [R::GET, R::POST]],
],
'/randprof' => [Module\RandomProfile::class, [R::GET]],