diff options
| author | winter | 2025-03-15 20:01:22 +0000 |
|---|---|---|
| committer | winter | 2025-03-15 20:01:22 +0000 |
| commit | e0dfe3d562e1d4cb1429480c725c72974adb1f20 (patch) | |
| tree | 589d965d4c9e882835023e3b8d598806c950a9c6 /routes/nodeinfo.php | |
| parent | e0588a6113ff6b3c1000fa6c82629f81fb5e05b5 (diff) | |
implement simple push (receive only for now)
Diffstat (limited to 'routes/nodeinfo.php')
| -rw-r--r-- | routes/nodeinfo.php | 3 |
1 files changed, 2 insertions, 1 deletions
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 |
