diff --git a/api/index.php b/api/index.php index 8852693..17d6ac0 100644 --- a/api/index.php +++ b/api/index.php @@ -1,8 +1,10 @@ get('/users', 'getUsers'); $app->get('/users/:id', 'getUser'); $app->post('/add_user', 'addUser'); @@ -100,5 +102,3 @@ function getConnection() { $dbh->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION); return $dbh; } - -?> \ No newline at end of file