1
0
Fork 0

Support Nodeinfo2

This commit is contained in:
Michael 2020-07-12 21:53:17 +00:00
commit 2a1e6e1a74
4 changed files with 91 additions and 5 deletions

View file

@ -37,6 +37,7 @@ return [
'/host-meta' => [Module\WellKnown\HostMeta::class, [R::GET]],
'/nodeinfo' => [Module\WellKnown\NodeInfo::class, [R::GET]],
'/webfinger' => [Module\Xrd::class, [R::GET]],
'/x-nodeinfo2' => [Module\NodeInfo::class, [R::GET]],
'/x-social-relay' => [Module\WellKnown\XSocialRelay::class, [R::GET]],
],