mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-12 01:54:26 +02:00
Modules separated
This commit is contained in:
parent
2d3296f697
commit
0979daddac
3 changed files with 45 additions and 30 deletions
|
@ -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]],
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue