Base setup
This commit is contained in:
5
setup/router.php
Normal file
5
setup/router.php
Normal file
@ -0,0 +1,5 @@
|
||||
<?php
|
||||
include_once implode(DIRECTORY_SEPARATOR, [
|
||||
$app->getContainer()->get('folders')->routes,
|
||||
$__environment . '.php'
|
||||
]);
|
Reference in New Issue
Block a user