From 4f2b92f2bba720a13e3c47b30cd1690987faa635 Mon Sep 17 00:00:00 2001 From: newrochi Date: Mon, 2 Oct 2023 00:07:53 -0400 Subject: [PATCH] Update web.php --- routes/web.php | 1 - 1 file changed, 1 deletion(-) diff --git a/routes/web.php b/routes/web.php index 16aa14cbf..d56835338 100644 --- a/routes/web.php +++ b/routes/web.php @@ -15,7 +15,6 @@ // Task 1: point the main "/" URL to the HomeController method "index" // Put one code line here below -Route::get('/','wronganswer'); // Task 2: point the GET URL "/user/[name]" to the UserController method "show" // It doesn't use Route Model Binding, it expects $name as a parameter