CHANGE_EMPLOYEE_UPLOAD_ROUTE : AADHAVAN

This commit is contained in:
aadhavan valli 2024-07-23 11:28:52 +05:30
parent 28a57f87de
commit 6fd91f4ad6

View File

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