]> git.mxchange.org Git - friendica.git/blobdiff - static/routes.config.php
Merge pull request #11355 from annando/notifications
[friendica.git] / static / routes.config.php
index e10ec2aedff3684c3f0de795960a1c64a7171c15..c08319eb73ec667f368c4aa063bb4c2ce6d81c5c 100644 (file)
@@ -449,6 +449,8 @@ return [
                '/{id:\d+}' => [Module\Notifications\Notification::class, [R::GET, R::POST]],
        ],
 
+       '/notify/{notify_id:\d+}' => [Module\Notifications\Notification::class, [R::GET]],
+
        '/oauth' => [
                '/acknowledge' => [Module\OAuth\Acknowledge::class, [R::GET, R::POST]],
                '/authorize'   => [Module\OAuth\Authorize::class,   [R::GET]],
@@ -487,6 +489,7 @@ return [
                '/{type}/{customsize:\d+}/{nickname_ext}'                  => [Module\Photo::class, [R::GET]],
        ],
 
+       '/ping'              => [Module\Notifications\Ping::class, [R::GET]],
        '/pretheme'          => [Module\ThemeDetails::class, [R::GET]],
        '/probe'             => [Module\Debug\Probe::class,  [R::GET]],