Files
money/public/api/index.php
2023-06-16 00:53:21 +00:00

9 lines
149 B
PHP

<?php
$__environment = 'api';
include_once implode(DIRECTORY_SEPARATOR, [
dirname(__DIR__, 2),
'bootstrap',
'app.php'
]);
$app->run();