mirror of
https://github.com/friendica/friendica
synced 2025-09-08 14:40:56 +02:00
Add GET /api/v1/follow_requests Mastodon API endpoint
This commit is contained in:
parent
b365ffc3b5
commit
8016cb3cee
2 changed files with 85 additions and 0 deletions
|
@ -27,6 +27,12 @@ return [
|
|||
'/recovery' => [Module\TwoFactor\Recovery::class, [R::GET, R::POST]],
|
||||
],
|
||||
|
||||
'/api' => [
|
||||
'/v1' => [
|
||||
'/follow_requests' => [Module\Api\Mastodon\FollowRequests::class, [R::GET ]],
|
||||
],
|
||||
],
|
||||
|
||||
'/admin' => [
|
||||
'[/]' => [Module\Admin\Summary::class, [R::GET]],
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue