| @@ -28,9 +28,8 @@ | ||
| 28 | 28 | |
| 29 | 29 | // Default |
| 30 | 30 | $router->get('fetch-report-meta', [ReportingController::class, 'getReportMeta']); |
| 31 | 31 | $router->get('quick-order-stats', [ReportingController::class, 'getOrderQuickStats']); |
| 32 | - $router->get('sales-growth', [ReportingController::class, 'getSalesGrowth']); | |
| 33 | 32 | $router->get('report-overview', [ReportingController::class, 'getReportOverview']); |
| 34 | 33 | $router->get('search-repeat-customer', [ReportingController::class, 'searchRepeatCustomer']); |
| 35 | 34 | $router->get('top-products-sold', [ReportingController::class, 'getTopProductsSold']); //Using Resource Api |
| 36 | 35 | |