CHANGE_EMPLOYEE_UPLOAD_ROUTE : AADHAVAN
This commit is contained in:
parent
28a57f87de
commit
6fd91f4ad6
@ -286,6 +286,7 @@ $routes->group("/api", ["filter" => "authJWT"], function ($routes) {
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
$routes->get("getEmployeeActiveOrInactivePolicy", "EmployeeRestController::getEmployeeActiveOrInactivePolicy");
|
||||||
|
|
||||||
$routes->get("getChatResponse", "ChatBotController::getChatResponse");
|
$routes->get("getChatResponse", "ChatBotController::getChatResponse");
|
||||||
$routes->group("employeeRest", ["filter" => "authJWT"], function ($routes) {
|
$routes->group("employeeRest", ["filter" => "authJWT"], function ($routes) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user