]> git.mxchange.org Git - friendica.git/commitdiff
Remove deprecated /worker route
authorPhilipp <admin@philipp.info>
Sun, 12 Dec 2021 19:58:43 +0000 (20:58 +0100)
committerPhilipp <admin@philipp.info>
Sun, 12 Dec 2021 19:59:43 +0000 (20:59 +0100)
static/routes.config.php

index aadd36990490b1837358822b987fb390caf0c850..905c3ddeb1c5a1176c2afc7cfb38a188f78aea73 100644 (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]],
 ];