diff --git a/app/Http/routes.php b/app/Http/routes.php index a7c51594..084f4c32 100644 --- a/app/Http/routes.php +++ b/app/Http/routes.php @@ -1,31 +1,20 @@ ['web']], function () { - // + + Route::get('/', function () { + return view('welcome'); + }); + });