Skip to content

Commit

Permalink
Update web.php
Browse files Browse the repository at this point in the history
  • Loading branch information
trr-code authored Dec 15, 2024
1 parent 9a91b87 commit 3d48bf6
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions routes/web.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
// Add ONE line to assign 7 resource routes to TaskController
// Put one code line here below
Route::resource('tasks', TaskController::class);
// End of the /app Route Group
}); // End of the /app Route Group


// Task 9: /admin group within a group
Expand All @@ -80,9 +80,8 @@
// Put one code line here below
Route::get('/stats', StatsController::class);

// End of the /admin Route Group

// End of the main Authenticated Route Group
}); // End of the /admin Route Group
});// End of the main Authenticated Route Group

// One more task is in routes/api.php

Expand Down

0 comments on commit 3d48bf6

Please sign in to comment.