App 0.1.0

This commit is contained in:
2021-03-15 17:42:56 -03:00
parent 0f9f0e3f7f
commit 048718b552
11 changed files with 289 additions and 0 deletions

5
app/setup/router.php Normal file
View File

@ -0,0 +1,5 @@
<?php
include_once implode(DIRECTORY_SEPARATOR, [
$app->getContainer()->get('locations')->routes,
'api.php'
]);