Merge pull request #8209 from nupplaphil/task/mod_worker
Move mod/worker to src\Module\Worker
This commit is contained in:
commit
dad530802f
3 changed files with 68 additions and 65 deletions
|
@ -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]],
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue