LaravelDaily/Test-Laravel-Routes

Potential spelling mistake

Closed this issue · 2 comments

Looking through the routes/web.php file on the line 66 it shows /app however I believe that this should be /admin

// Task 9: /admin group within a group
// Add a group for routes with URL prefix "admin"
// Assign middleware called "is_admin" to them
// Put one Route Group code line here below
// Tasks inside that /app group:

I would put in a PR to change this, however I have already created one for the challenge in hand.

Exactly @JustinByrne
I think it should be /admin instead of /app

Thanks @JustinByrne and @SunilYadav1961 - well noticed, fixed now.