diff --git a/src/API/requests.php b/src/API/requests.php index 46af2ac..ca31427 100644 --- a/src/API/requests.php +++ b/src/API/requests.php @@ -49,4 +49,6 @@ $router->GET('/api/rdv-praticient', ["id"], function($id){ dbRequestRdvPraticien($pdo, $id); }); + + $router->run(); diff --git a/src/API/test/database.php b/src/API/test/database.php index 1f3eb8b..a211b81 100644 --- a/src/API/test/database.php +++ b/src/API/test/database.php @@ -1,6 +1,5 @@