Move mod/worker to src\Module\Worker

This commit is contained in:
nupplaPhil 2020-01-31 22:38:49 +01:00
commit 17389de261
No known key found for this signature in database
GPG key ID: D8365C3D36B77D90
3 changed files with 68 additions and 65 deletions

View file

@ -268,4 +268,5 @@ 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]],
];