Files
money/ws/setup/router.php

6 lines
115 B
PHP
Raw Normal View History

2021-03-30 16:40:02 -03:00
<?php
include_once implode(DIRECTORY_SEPARATOR, [
$app->getContainer()->get('locations')->routes,
'ws.php'
]);