TEMP : try to use print_r with correct parameters
continuous-integration/drone/push Build is passing Details

master
dorian.hodin 2 years ago
parent a3b48f1f3a
commit 45fca1661e

@ -40,7 +40,7 @@ try{
}
}
$temp = array('response' => "Rien", 'test' => "Test Ici");
$response->getBody()->write(print_r($temp));
$response->getBody()->write(print_r($temp,true));
//return $response;
return $response->withHeader('Content-type', 'application/json');
});

Loading…
Cancel
Save