1
0
Fork 0

Move mod/delegate to src/Module/Settings/Delegation

- Move templates/delegate to templates/settings/delegation
This commit is contained in:
Hypolite Petovan 2019-10-09 22:17:09 -04:00
commit 616edd0600
10 changed files with 231 additions and 253 deletions

View file

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