]> 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 bc3f15e4e1c76015bb8c049652af69483f1e9cad..c08319eb73ec667f368c4aa063bb4c2ce6d81c5c 100644 (file)
@@ -489,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]],