1
0
Fork 0

Merge pull request #7726 from tobiasd/20191010-uexport

move uexport module to src
This commit is contained in:
Hypolite Petovan 2019-11-02 07:46:57 -04:00 committed by GitHub
commit b543ee8ac7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 219 additions and 203 deletions

View file

@ -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]],