From e92a97ae2a6b648fc512c9be94d1747a75b66e51 Mon Sep 17 00:00:00 2001 From: Philipp Date: Sun, 12 Dec 2021 20:58:43 +0100 Subject: [PATCH] Remove deprecated /worker route --- static/routes.config.php | 1 - 1 file changed, 1 deletion(-) 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]], ];