X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=static%2Froutes.config.php;h=c08319eb73ec667f368c4aa063bb4c2ce6d81c5c;hb=4329f5381b73a90ba1b3649f7fa8f1576ed0e749;hp=bc3f15e4e1c76015bb8c049652af69483f1e9cad;hpb=b7cee324b0e4fe9048ffdee660cfc3a0f2dfd56a;p=friendica.git diff --git a/static/routes.config.php b/static/routes.config.php index bc3f15e4e1..c08319eb73 100644 --- a/static/routes.config.php +++ b/static/routes.config.php @@ -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]],