From 0a30c4a5d25df72dbd70628b01405fc12430cd4e Mon Sep 17 00:00:00 2001 From: sinbad Date: Wed, 3 Apr 2024 17:39:43 +0200 Subject: [PATCH] /api/rdv-praticient --- src/API/requests.php | 2 ++ src/API/test/database.php | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) 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 @@