Move /settings to src/
This commit is contained in:
parent
904ee0ea59
commit
64330f9895
3 changed files with 584 additions and 495 deletions
|
@ -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]],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue