Mise à jour de 'api-rest/index.php'
continuous-integration/drone/push Build is passing Details

testDockerToto
Thomas CHAZOT 2 years ago
parent 12f1b5ad7c
commit f336526cc6

@ -125,6 +125,7 @@
http_response_code(200);
}
elseif($method_name === "getGames"){ // test : OK
echo "salut";
$tabGame = $gamegw->getGames();
header('Content-Type: application/json');
echo json_encode($tabGame, JSON_PRETTY_PRINT);

Loading…
Cancel
Save