/api/rdv-praticient

This commit is contained in:
sinbad
2024-04-03 17:39:43 +02:00
parent 22cf6cd26f
commit 0a30c4a5d2
2 changed files with 3 additions and 2 deletions

View File

@@ -49,4 +49,6 @@ $router->GET('/api/rdv-praticient', ["id"], function($id){
dbRequestRdvPraticien($pdo, $id);
});
$router->run();