From 085762ec174eae1c519ec14db632f5ba197ed3c7 Mon Sep 17 00:00:00 2001 From: winter Date: Tue, 17 Dec 2024 18:39:18 +0000 Subject: hopefully implement push! again i can't really test this yet because i don't have two https instances that can talk to each other. soon i will set that up and test all these recent commits --- routes/nodeinfo.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'routes/nodeinfo.php') diff --git a/routes/nodeinfo.php b/routes/nodeinfo.php index 93f103c..92f1f7b 100644 --- a/routes/nodeinfo.php +++ b/routes/nodeinfo.php @@ -51,7 +51,10 @@ Router::getInstance()->mount('/.well-known/pawpub-instance', function (array $ar 'softwareVersion' => '0.1.0', 'softwareDescription' => 'An experimental PawPub server', 'endpoints' => [ - + 'auth' => path_to_uri('/auth/main'), + 'subscribe' => path_to_uri('/subscribe'), + 'unsubscribe' => path_to_uri('/unsubscribe'), + 'push' => path_to_uri('/push') ] ]); }); \ No newline at end of file -- cgit v1.3