API Base App
This commit is contained in:
8
api/public/index.php
Normal file
8
api/public/index.php
Normal file
@ -0,0 +1,8 @@
|
||||
<?php
|
||||
$app = require_once implode(DIRECTORY_SEPARATOR, [
|
||||
dirname(__FILE__, 2),
|
||||
'setup',
|
||||
'app.php'
|
||||
]);
|
||||
#$app->getContainer()->get(\Psr\Log\LoggerInterface::class)->debug(var_export($app, true));
|
||||
$app->run();
|
Reference in New Issue
Block a user