Fix boot location in index
This commit is contained in:
parent
2de9b823ee
commit
61465131ae
|
@ -4,7 +4,7 @@
|
|||
|
||||
// define our server path and bootstrap the request
|
||||
const SERVER = '../server';
|
||||
require_once SERVER.'/bootstrap.php';
|
||||
require_once SERVER.'/bootstrap/Boot.php';
|
||||
|
||||
// spin up our app container and the initial route
|
||||
$app = new App(new Database(DB), new Request(), new Auth());
|
||||
|
|
Loading…
Reference in New Issue
Block a user