FIX_ROUTE
This commit is contained in:
parent
50d22dd74c
commit
2811f9c6cb
@ -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");
|
||||
|
||||
});
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user