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