Move mod/worker to src\Module\Worker
This commit is contained in:
parent
4ab893a561
commit
17389de261
3 changed files with 68 additions and 65 deletions
|
@ -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]],
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue