diff --git a/Source/API/script/index.php b/Source/API/script/index.php index 7d1e71f..6c72b8f 100644 --- a/Source/API/script/index.php +++ b/Source/API/script/index.php @@ -40,8 +40,7 @@ try{ } } $temp = array('response' => "Rien", 'test' => "Test Ici"); - $response->getBody()->write(implode($temp));//'"'.$key.'": "'.$value.'"'); - //return $response; + $response->getBody()->write(implode($temp)); return $response->withHeader('Content-type', 'application/json'); }); }catch (TypeError $t){