summaryrefslogtreecommitdiff
path: root/routes/web.php
diff options
context:
space:
mode:
authorFbenas <philbeansburton@gmail.com>2020-06-19 02:16:51 +0100
committerFbenas <philbeansburton@gmail.com>2020-06-19 02:16:51 +0100
commitd1fe4536cc039450b540104e382db0d01d5cf886 (patch)
treefd40ab48f79370541f377b59bb381811126485ad /routes/web.php
parentc83e876693bdb71c66418c13f5e09dfdaef24478 (diff)
Initial commit
Diffstat (limited to 'routes/web.php')
-rw-r--r--routes/web.php4
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');