Move /settings to src/

This commit is contained in:
Hypolite Petovan 2022-04-23 07:19:58 -04:00
commit 64330f9895
3 changed files with 584 additions and 495 deletions

View file

@ -544,6 +544,7 @@ return [
],
'/settings' => [
'[/]' => [Module\Settings\Account::class, [R::GET, R::POST]],
'/2fa' => [
'[/]' => [Module\Settings\TwoFactor\Index::class, [R::GET, R::POST]],
'/recovery' => [Module\Settings\TwoFactor\Recovery::class, [R::GET, R::POST]],