diff --git a/api-rest/index.php b/api-rest/index.php index a5b97fa..66b458e 100644 --- a/api-rest/index.php +++ b/api-rest/index.php @@ -13,6 +13,9 @@ include (__DIR__ .'/gateways/gameGateway.php'); include (__DIR__ .'/gateways/skinGateway.php'); + use PDO; + + // Connection to database // ------ // Comment faire un fichier .htaccess pour protéger ce fichier ?????????