Merge pull request #11097 from nupplaphil/bug/route

Remove deprecated /worker route
This commit is contained in:
Michael Vogel 2021-12-12 23:30:51 +01:00 committed by GitHub
commit 6d57e24cc2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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