Files
oficial/app_old/setup/router.php
Juan Pablo Vial be33305cf1 config
2023-07-24 20:41:38 -04:00

6 lines
130 B
PHP

<?php
include_once implode(DIRECTORY_SEPARATOR, [
$app->getContainer()->get('locations')->routes,
$__environment . '.php'
]);