diff --git a/public/index.php b/public/index.php index bf990bf..4c535e5 100644 --- a/public/index.php +++ b/public/index.php @@ -7,7 +7,7 @@ require '../helpers.php'; use WillySoft\Route as App; App::get('/', function() { - view('home'); + view('home'); }); http_response_code(404); diff --git a/view/home.php b/view/home.php index f5f135c..08c5cbd 100644 --- a/view/home.php +++ b/view/home.php @@ -29,9 +29,8 @@