Files
crypto/backend/api/setup/router.php

6 lines
116 B
PHP
Raw Normal View History

2021-06-28 23:15:13 -04:00
<?php
include_once implode(DIRECTORY_SEPARATOR, [
$app->getContainer()->get('locations')->routes,
'api.php'
]);