From: Philipp Date: Sun, 12 Dec 2021 19:58:43 +0000 (+0100) Subject: Remove deprecated /worker route X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e92a97ae2a6b648fc512c9be94d1747a75b66e51;p=friendica.git Remove deprecated /worker route --- 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]], ];