diff options
| author | winter | 2024-12-07 21:44:42 +0000 |
|---|---|---|
| committer | winter | 2024-12-07 21:44:42 +0000 |
| commit | a84232811dadccf7047424f27340a7f9847bedff (patch) | |
| tree | a6a0823c8b9485b6a5b60ea7ae854f9511a6ae1e /routes/nodeinfo.php | |
| parent | e1ad307b531c27ec6bfaf8b4d018991b0d4a78f3 (diff) | |
many many changes but actors are loaded from db now
Diffstat (limited to 'routes/nodeinfo.php')
| -rw-r--r-- | routes/nodeinfo.php | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/routes/nodeinfo.php b/routes/nodeinfo.php index b507849..e85bca1 100644 --- a/routes/nodeinfo.php +++ b/routes/nodeinfo.php @@ -34,9 +34,13 @@ Router::getInstance()->mount('/nodeinfo/2.1', function (array $args) { 'metadata' => [ 'nodeName' => "winter's pawsome test server", 'nodeDescription' => 'written in php i dunno', - 'wpfExtensions' => [ - // - ] + 'wpf' => [ + 'extensions' => [ + // 'https://whatever.example/ext/meow', + ], + // 'pushEndpoint' => path_to_uri('/push'), + // 'authEndpoint' => path_to_uri('/auth') + ], ] ], 'application/json; profile="http://nodeinfo.diaspora.software/ns/schema/2.1#"'); });
\ No newline at end of file |
