FIX_controllerNameMistake

This commit is contained in:
sanjeev.p 2026-02-04 16:47:32 +05:30
parent c447a17b6d
commit c517674856

View File

@ -174,7 +174,7 @@ $routes->group('api', ['filter' => 'appSignature'], function ($routes) {
//DASHBOARD Season 5 EXPORT EXCEL (productivityDashboard)
$routes->get("dashboard/downloadExcelStaffAndProduct", "ExcelExportController::downloadExcelStaffAndProduct");
$routes->get('reports/endorsement-excel', 'PolicyReportController::downloadExcelEndorsement');
$routes->get('reports/endorsement-excel', 'ExcelExportController::downloadExcelEndorsement');