X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=static%2Froutes.config.php;h=905c3ddeb1c5a1176c2afc7cfb38a188f78aea73;hb=8ab1306067f893c773e84b4880a3d5f61fe13c87;hp=aadd36990490b1837358822b987fb390caf0c850;hpb=7dd757b7f974c9d9d9e91ab394a4f52cca327646;p=friendica.git diff --git a/static/routes.config.php b/static/routes.config.php index aadd369904..905c3ddeb1 100644 --- a/static/routes.config.php +++ b/static/routes.config.php @@ -560,5 +560,4 @@ return [ '/viewsrc/{item:\d+}' => [Module\Debug\ItemBody::class, [R::GET]], '/webfinger' => [Module\Debug\WebFinger::class, [R::GET]], '/xrd' => [Module\Xrd::class, [R::GET]], - '/worker' => [Module\Worker::class, [R::GET]], ];