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]], ];