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) {