This commit is contained in:
2022-06-13 21:36:52 -04:00
parent 3580738273
commit 42a97bb074
100 changed files with 2574 additions and 313 deletions

View File

@ -49,5 +49,7 @@ if (file_exists($folder)) {
$app->addRoutingMiddleware();
include_once 'databases.php';
//include_once 'databases.php';
include_once 'router.php';
return $app;