Files
money/ws/setup/router.php
2021-03-30 16:40:02 -03:00

6 lines
115 B
PHP

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