Skip to content

Commit

Permalink
Update web.php
Browse files Browse the repository at this point in the history
  • Loading branch information
newrochi authored Oct 2, 2023
1 parent d2c67a2 commit 4f2b92f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion routes/web.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4f2b92f

Please sign in to comment.