Files
api/public/index.php
2021-11-30 18:04:41 -03:00

8 lines
114 B
PHP

<?php
include_once implode(DIRECTORY_SEPARATOR, [
dirname(__FILE__, 2),
'setup',
'app.php'
]);
$app->run();