]> git.mxchange.org Git - friendica.git/blobdiff - static/routes.config.php
Merge pull request #11100 from nupplaphil/bug/session_cache
[friendica.git] / 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]],
 ];