Remove deprecated /worker route

This commit is contained in:
Philipp Holzer 2021-12-12 20:58:43 +01:00
parent 36329f9e7e
commit e92a97ae2a
Signed by: nupplaPhil
GPG Key ID: 24A7501396EB5432
1 changed files with 0 additions and 1 deletions

View File

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