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');