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