Merge pull request #8209 from nupplaphil/task/mod_worker

Move mod/worker to src\Module\Worker
This commit is contained in:
Hypolite Petovan 2020-01-31 18:12:36 -05:00 committed by GitHub
commit dad530802f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 68 additions and 65 deletions

View file

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