mirror of
https://github.com/friendica/friendica
synced 2025-02-21 03:26:53 +00:00
Merge pull request #14683 from annando/issue-14681
Issue 14681: enable path "remote_follow/{nickname}"
This commit is contained in:
commit
71e47ce976
1 changed files with 2 additions and 0 deletions
|
@ -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]],
|
||||
],
|
||||
|
|
Loading…
Add table
Reference in a new issue