config
This commit is contained in:
8
app_old/public/api/index.php
Normal file
8
app_old/public/api/index.php
Normal file
@ -0,0 +1,8 @@
|
||||
<?php
|
||||
$__environment = 'api';
|
||||
$app = include_once implode(DIRECTORY_SEPARATOR, [
|
||||
dirname(__DIR__, 2),
|
||||
'setup',
|
||||
'app.php'
|
||||
]);
|
||||
$app->run();
|
Reference in New Issue
Block a user