feature/cierres #25

Open
aldarien wants to merge 446 commits from feature/cierres into develop
171 changed files with 637 additions and 5661 deletions
Showing only changes of commit 6c53127c2f - Show all commits

View File

@ -125,7 +125,7 @@ class Toku extends Controller
{
$body = $request->getBody()->getContents();
$this->logger->debug("Enqueue: {$body}");
$input = $request->getParsedBody();
$input = json_decode($body, true);
$output = [
'input' => $input,
'success' => false