1
0
Fork 0
mirror of synced 2024-07-03 05:31:38 +12:00

Update app/executor.php

Co-authored-by: Christy Jacob <christyjacob4@gmail.com>
This commit is contained in:
Bradley Schofield 2022-01-31 10:46:52 +00:00 committed by GitHub
parent fc6e7739de
commit 6b77d62e4b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1069,9 +1069,9 @@ App::delete('/v1/deployments/:deploymentId')
}
$orchestrationPool->put($orchestration);
return $response
$response
->setStatusCode(Response::STATUS_CODE_OK)
->json(['success' => true]);
->send();
});
App::post('/v1/functions/:functionId/deployments/:deploymentId/builds/:buildId')