Move mod/delegate to src/Module/Settings/Delegation
- Move templates/delegate to templates/settings/delegation
This commit is contained in:
parent
5f80180b47
commit
616edd0600
10 changed files with 231 additions and 253 deletions
|
@ -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]],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue