From 6fd91f4ad6fcd20574d3cb4a100289aa43b9a1ee Mon Sep 17 00:00:00 2001 From: aadhavan valli Date: Tue, 23 Jul 2024 11:28:52 +0530 Subject: [PATCH] CHANGE_EMPLOYEE_UPLOAD_ROUTE : AADHAVAN --- app/Config/Routes.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Config/Routes.php b/app/Config/Routes.php index 14f1ef6a..51f9d084 100644 --- a/app/Config/Routes.php +++ b/app/Config/Routes.php @@ -286,6 +286,7 @@ $routes->group("/api", ["filter" => "authJWT"], function ($routes) { +$routes->get("getEmployeeActiveOrInactivePolicy", "EmployeeRestController::getEmployeeActiveOrInactivePolicy"); $routes->get("getChatResponse", "ChatBotController::getChatResponse"); $routes->group("employeeRest", ["filter" => "authJWT"], function ($routes) {