add: use DB
This commit is contained in:
parent
d0baa7b10b
commit
05e3cf9553
@ -9,6 +9,7 @@ use Router\Router;
|
|||||||
use BancaDati\BancaDati;
|
use BancaDati\BancaDati;
|
||||||
|
|
||||||
$app = new Router("/DirektiveDesDons");
|
$app = new Router("/DirektiveDesDons");
|
||||||
|
$db = new BancaDati();
|
||||||
|
|
||||||
|
|
||||||
$app->get("/", function (array $req, Response $res) {
|
$app->get("/", function (array $req, Response $res) {
|
||||||
|
Loading…
Reference in New Issue
Block a user