mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-08 00:04:27 +02: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
Add a link
Reference in a new issue