Move public to make it compatible with symfony nginx files
This commit is contained in:
@ -1,9 +0,0 @@
|
||||
<?php
|
||||
|
||||
use App\Kernel;
|
||||
|
||||
require_once dirname(__DIR__).'/../vendor/autoload.php';
|
||||
|
||||
$kernel = new Kernel();
|
||||
|
||||
$kernel();
|
Reference in New Issue
Block a user