moved UExport to src/Module/Settings/Uexport
This commit is contained in:
parent
fb562fc25b
commit
46172b641d
4 changed files with 209 additions and 4 deletions
|
@ -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]],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue