From 2811f9c6cb4722f63e2e11c3c9244c883d3416a0 Mon Sep 17 00:00:00 2001 From: "venkatesh.r" Date: Thu, 4 Dec 2025 12:09:59 +0530 Subject: [PATCH] FIX_ROUTE --- 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 c48956ee..b10dedb0 100755 --- a/app/Config/Routes.php +++ b/app/Config/Routes.php @@ -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"); });