From f336526cc64bbacdc24a9be6acbae1809cf4f536 Mon Sep 17 00:00:00 2001 From: Thomas CHAZOT Date: Tue, 10 Jan 2023 09:17:28 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'api-rest/index.php?= =?UTF-8?q?'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api-rest/index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/api-rest/index.php b/api-rest/index.php index 2cafff5..7fe7940 100644 --- a/api-rest/index.php +++ b/api-rest/index.php @@ -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);