mirror of
https://github.com/friendica/friendica
synced 2025-01-19 17:39:46 +00:00
Issue 14681: enable path "remote_follow/{nickname}"
This commit is contained in:
parent
6c43cac067
commit
dbf42db0fc
1 changed files with 2 additions and 0 deletions
|
@ -602,6 +602,8 @@ return [
|
||||||
'/{type:users}/{guid}' => [Module\Diaspora\Receive::class, [ R::POST]],
|
'/{type:users}/{guid}' => [Module\Diaspora\Receive::class, [ R::POST]],
|
||||||
],
|
],
|
||||||
|
|
||||||
|
'/remote_follow/{nickname}' => [Module\Profile\RemoteFollow::class, [R::GET, R::POST]],
|
||||||
|
|
||||||
'/security' => [
|
'/security' => [
|
||||||
'/password_too_long' => [Module\Security\PasswordTooLong::class, [R::GET, R::POST]],
|
'/password_too_long' => [Module\Security\PasswordTooLong::class, [R::GET, R::POST]],
|
||||||
],
|
],
|
||||||
|
|
Loading…
Add table
Reference in a new issue