2022-12-20
This commit is contained in:
@ -36,5 +36,11 @@ return [
|
||||
'python' => 'http://python:5000'
|
||||
];
|
||||
return (object) $arr;
|
||||
},
|
||||
'documentation' => function(Container $container) {
|
||||
return \ProVM\Implement\Path::fromArray([
|
||||
$container->get('folders')->documentation,
|
||||
'base.json'
|
||||
]);
|
||||
}
|
||||
];
|
||||
|
Reference in New Issue
Block a user