From e0dfe3d562e1d4cb1429480c725c72974adb1f20 Mon Sep 17 00:00:00 2001 From: winter Date: Sat, 15 Mar 2025 20:01:22 +0000 Subject: implement simple push (receive only for now) --- routes/nodeinfo.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'routes/nodeinfo.php') diff --git a/routes/nodeinfo.php b/routes/nodeinfo.php index 2fef63b..1b2b537 100644 --- a/routes/nodeinfo.php +++ b/routes/nodeinfo.php @@ -58,7 +58,8 @@ Router::getInstance()->mount('/.well-known/pawpub-instance', function (array $ar 'auth' => path_to_uri('/auth/main'), 'subscribe' => path_to_uri('/subscribe'), 'unsubscribe' => path_to_uri('/unsubscribe'), - 'push' => path_to_uri('/push') + 'push' => path_to_uri('/push'), + 'simplePush' => path_to_uri('/push/simple') ] ]); }); \ No newline at end of file -- cgit v1.3