Modules separated

This commit is contained in:
Michael 2019-11-28 07:07:34 +00:00
parent 2d3296f697
commit 0979daddac
3 changed files with 45 additions and 30 deletions

View file

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