Move /settings/display module to src/

This commit is contained in:
Hypolite Petovan 2020-02-19 22:13:28 -05:00
parent eefa699bb2
commit 1a8110234f
4 changed files with 233 additions and 272 deletions

View file

@ -273,6 +273,7 @@ return [
'/verify' => [Module\Settings\TwoFactor\Verify::class, [R::GET, R::POST]],
],
'/delegation[/{action}/{user_id}]' => [Module\Settings\Delegation::class, [R::GET, R::POST]],
'/display' => [Module\Settings\Display::class, [R::GET, R::POST]],
'/profile' => [
'[/]' => [Module\Settings\Profile\Index::class, [R::GET, R::POST]],
'/photo[/new]' => [Module\Settings\Profile\Photo\Index::class, [R::GET, R::POST]],