From: Michael Date: Sun, 12 Jan 2025 07:33:33 +0000 (+0000) Subject: Issue 14681: enable path "remote_follow/{nickname}" X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=dbf42db0fcc8ceadc5bb05de3152a4731baa5718;p=friendica.git Issue 14681: enable path "remote_follow/{nickname}" --- diff --git a/static/routes.config.php b/static/routes.config.php index 5ebce2738b..88e642c27a 100644 --- a/static/routes.config.php +++ b/static/routes.config.php @@ -602,6 +602,8 @@ return [ '/{type:users}/{guid}' => [Module\Diaspora\Receive::class, [ R::POST]], ], + '/remote_follow/{nickname}' => [Module\Profile\RemoteFollow::class, [R::GET, R::POST]], + '/security' => [ '/password_too_long' => [Module\Security\PasswordTooLong::class, [R::GET, R::POST]], ],