diff --git a/src/arenas/tictactoe/act.php b/src/arenas/tictactoe/act.php index 143d119..2ce0cb9 100644 --- a/src/arenas/tictactoe/act.php +++ b/src/arenas/tictactoe/act.php @@ -73,6 +73,7 @@ switch ($_POST['act']){ ); $httpResponse=json_decode(get_IA_Response($playerURL,$paramsToSend)); + echo $httpResponse; $playerResponse=$httpResponse['play']; //tester la validité de la réponse