Skip to content

Commit

Permalink
edit
Browse files Browse the repository at this point in the history
  • Loading branch information
yahia05 committed Sep 23, 2023
1 parent 5b3149b commit e49eded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/web.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@

// Task 11: point URL /admin/stats to a "Single Action" Admin/StatsController
// Put one code line here below
Route::get('/stats',Admin\StatsController::class);
Route::get('/stats',StatsController::class);

// End of the /admin Route Group
})->middleware('is_admin');
Expand Down

0 comments on commit e49eded

Please sign in to comment.