Support Nodeinfo2
This commit is contained in:
parent
5fefe7e96f
commit
2a1e6e1a74
4 changed files with 91 additions and 5 deletions
|
@ -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]],
|
||||
],
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue