From c517674856e0afa20f5dc534debc65231fbfb8cd Mon Sep 17 00:00:00 2001 From: "sanjeev.p" Date: Wed, 4 Feb 2026 16:47:32 +0530 Subject: [PATCH] FIX_controllerNameMistake --- app/Config/Routes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Config/Routes.php b/app/Config/Routes.php index 5c7499a..26e41a0 100755 --- a/app/Config/Routes.php +++ b/app/Config/Routes.php @@ -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');