diff --git a/public/index.php b/public/index.php index 7c3b8da..5129564 100644 --- a/public/index.php +++ b/public/index.php @@ -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());