diff options
| author | Fbenas <philbeansburton@gmail.com> | 2020-06-19 02:16:51 +0100 | 
|---|---|---|
| committer | Fbenas <philbeansburton@gmail.com> | 2020-06-19 02:16:51 +0100 | 
| commit | d1fe4536cc039450b540104e382db0d01d5cf886 (patch) | |
| tree | fd40ab48f79370541f377b59bb381811126485ad /routes/web.php | |
| parent | c83e876693bdb71c66418c13f5e09dfdaef24478 (diff) | |
Initial commit
Diffstat (limited to 'routes/web.php')
| -rw-r--r-- | routes/web.php | 4 | 
1 files changed, 1 insertions, 3 deletions
| 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'); | 
