mv Uexport to UserExport

This commit is contained in:
Tobias Diekershoff 2019-11-02 11:36:31 +01:00
parent 048b693fbf
commit 15cdfdd414
2 changed files with 3 additions and 3 deletions

View file

@ -203,7 +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]],
'/uexport[/{action}]' => [Module\Settings\UserExport::class, [R::GET, R::POST]],
],
'/randprof' => [Module\RandomProfile::class, [R::GET]],