Merge branch 'develop' into dislike-for-mastodon-endpoints

This commit is contained in:
Hank Grabowski 2023-02-20 15:52:09 -05:00
commit 9c9abd4400
13 changed files with 696 additions and 2 deletions

View file

@ -310,7 +310,7 @@ return [
'/trends/tags' => [Module\Api\Mastodon\Trends\Tags::class, [R::GET ]],
],
'/v2' => [
'/instance' => [Module\Api\Mastodon\Unimplemented::class, [R::GET ]], // not supported
'/instance' => [Module\Api\Mastodon\InstanceV2::class, [R::GET ]], // not supported
],
'/v{version:\d+}' => [
'/admin/accounts' => [Module\Api\Mastodon\Unimplemented::class, [R::GET ]], // not supported