mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 00:45:14 +02:00
Add nodeinfo 2.1 and 2.2
This commit is contained in:
parent
9dc4e611a9
commit
06bc985072
6 changed files with 199 additions and 7 deletions
|
@ -525,6 +525,9 @@ return [
|
|||
'/newmember' => [Module\Welcome::class, [R::GET]],
|
||||
'/nodeinfo/1.0' => [Module\NodeInfo110::class, [R::GET]],
|
||||
'/nodeinfo/2.0' => [Module\NodeInfo120::class, [R::GET]],
|
||||
'/nodeinfo/2.0.json' => [Module\NodeInfo120::class, [R::GET]],
|
||||
'/nodeinfo/2.1' => [Module\NodeInfo121::class, [R::GET]],
|
||||
'/nodeinfo/2.2' => [Module\NodeInfo122::class, [R::GET]],
|
||||
'/nocircle' => [Module\Circle::class, [R::GET]],
|
||||
|
||||
'/noscrape' => [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue