.\config\

This commit is contained in:
2021-06-14 17:41:40 -04:00
parent db7344bc74
commit 1fb29cb877
4 changed files with 16 additions and 6 deletions

View File

@ -1,6 +1,7 @@
<?php
include_once dirname(__DIR__) . '/vendor/autoload.php';
include_once 'errors.php';
include_once 'dotenv.php';
include_once 'database.php';
include_once 'routes.php';
?>
?>