From d2c67a289240d5db5a5b3c6160a6dbf046148cad Mon Sep 17 00:00:00 2001 From: newrochi Date: Sun, 1 Oct 2023 23:58:36 -0400 Subject: [PATCH] trying automatic reviewe --- routes/web.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/web.php b/routes/web.php index 15508ce8d..16aa14cbf 100644 --- a/routes/web.php +++ b/routes/web.php @@ -15,7 +15,7 @@ // 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