From d1fe4536cc039450b540104e382db0d01d5cf886 Mon Sep 17 00:00:00 2001 From: Fbenas Date: Fri, 19 Jun 2020 02:16:51 +0100 Subject: Initial commit --- routes/web.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'routes/web.php') diff --git a/routes/web.php b/routes/web.php index b130397..86cbe5d 100644 --- a/routes/web.php +++ b/routes/web.php @@ -13,6 +13,4 @@ use Illuminate\Support\Facades\Route; | */ -Route::get('/', function () { - return view('welcome'); -}); +Route::get('/', 'Controller@index'); -- cgit v1.2.3