Merge pull request #14683 from annando/issue-14681

Issue 14681: enable path "remote_follow/{nickname}"
This commit is contained in:
Hypolite Petovan 2025-01-12 22:47:27 -05:00 committed by GitHub
commit 71e47ce976
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View 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]],
],