We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdd59e6 commit cd872b4Copy full SHA for cd872b4
app/http.php
@@ -28,7 +28,7 @@
28
->inject('response')
29
->action(function (Response $response) {
30
$response->addHeader('Server', 'OpenRuntimes Executor');
31
-});
+ });
32
33
run(function () {
34
$orchestration = new Orchestration(new DockerAPI(
0 commit comments