mv URL path uexport -> userexport

This commit is contained in:
Tobias Diekershoff 2019-11-02 12:44:46 +01:00
parent 34932e12bf
commit 8bea9e7523
5 changed files with 9 additions and 9 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\UserExport::class, [R::GET, R::POST]],
'/userexport[/{action}]' => [Module\Settings\UserExport::class, [R::GET, R::POST]],
],
'/randprof' => [Module\RandomProfile::class, [R::GET]],