]> git.mxchange.org Git - friendica.git/commitdiff
Issue 14681: enable path "remote_follow/{nickname}"
authorMichael <heluecht@pirati.ca>
Sun, 12 Jan 2025 07:33:33 +0000 (07:33 +0000)
committerMichael <heluecht@pirati.ca>
Sun, 12 Jan 2025 07:33:33 +0000 (07:33 +0000)
static/routes.config.php

index 5ebce2738bf68fbf15b4892a611434cf1a20d941..88e642c27a6538a892e19eb058ceb0a985a7c2b2 100644 (file)
@@ -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]],
        ],