X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=static%2Froutes.config.php;h=0ff13224c61412619c916c9581b5c5552bab46ef;hb=be7329bdc1aae9de0a6a2a535d8f9a0a64aa1ff3;hp=eb55c64ab531d2877b92e8e13a491b436cbc44f9;hpb=155e3a701e33d526f6af4fe308917c421751bb4b;p=friendica.git diff --git a/static/routes.config.php b/static/routes.config.php index eb55c64ab5..0ff13224c6 100644 --- a/static/routes.config.php +++ b/static/routes.config.php @@ -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