mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 05:25:15 +02:00
API: Search endpoint
This commit is contained in:
parent
2364a1fb43
commit
c9110e03e1
4 changed files with 200 additions and 6 deletions
|
@ -150,7 +150,7 @@ return [
|
|||
'/trends' => [Module\Api\Mastodon\Trends::class, [R::GET ]],
|
||||
],
|
||||
'/v2' => [
|
||||
'/search' => [Module\Api\Mastodon\Unimplemented::class, [R::GET ]], // @todo
|
||||
'/search' => [Module\Api\Mastodon\Search::class, [R::GET ]],
|
||||
],
|
||||
'/friendica' => [
|
||||
'/profile/show' => [Module\Api\Friendica\Profile\Show::class, [R::GET ]],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue