Files
money/app/setup/router.php

6 lines
116 B
PHP
Raw Permalink Normal View History

2021-03-15 17:42:56 -03:00
<?php
include_once implode(DIRECTORY_SEPARATOR, [
$app->getContainer()->get('locations')->routes,
'api.php'
]);