FIX_ROUTE

This commit is contained in:
VENKATESHWARAN 2025-12-04 12:09:59 +05:30
parent 50d22dd74c
commit 2811f9c6cb

View File

@ -643,7 +643,7 @@ $routes->group("employeeRest", ["filter" => ["authJWT"]], function ($routes) {
$routes->post("addEmpRetailPolicy", "EmployeeRestController::addEmpRetailPolicy");
// get insurer and policy type
$routes->post("getPolicyTypeAndInsurer", "EmployeeRestController::getPolicyTypeAndInsurer");
$routes->get("getPolicyTypeAndInsurer", "EmployeeRestController::getPolicyTypeAndInsurer");
});