X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=static%2Froutes.config.php;h=f2a64154827dadd2d8a334a0cd36de3867346a0b;hb=e555ea6aadaaaa178f108b313b728a7b6144b42f;hp=385fcef9bb7eff26c41431263d440cd2397dc2fa;hpb=9b646dad970788c5bdef7e749f2506ad2902e0aa;p=friendica.git diff --git a/static/routes.config.php b/static/routes.config.php index 385fcef9bb..f2a6415482 100644 --- a/static/routes.config.php +++ b/static/routes.config.php @@ -544,6 +544,11 @@ return [ ], '/settings' => [ + '[/]' => [Module\Settings\Account::class, [R::GET, R::POST]], + '/account' => [ + '[/]' => [Module\Settings\Account::class, [R::GET, R::POST]], + '/{open}' => [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]],