We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 390e473 + a264038 commit 45736feCopy full SHA for 45736fe
src/Routes/V1/Admin/reporting-routes.php
@@ -23,13 +23,13 @@
23
* Customer routes.
24
*/
25
Route::controller(CustomerController::class)->prefix('customers')->group(function () {
26
- Route::get('stats', 'stats')->name('admin.reporting.customers.stats');
+ Route::get('stats', 'stats');
27
});
28
29
/**
30
* Product routes.
31
32
Route::controller(ProductController::class)->prefix('products')->group(function () {
33
- Route::get('stats', 'stats')->name('admin.reporting.products.stats');
34
35
0 commit comments