diff --git a/app/Config/Routes.php b/app/Config/Routes.php index c3800032..9dc08888 100755 --- a/app/Config/Routes.php +++ b/app/Config/Routes.php @@ -647,6 +647,11 @@ $routes->group("employeeRest", ["filter" => ['appSignature' , 'authJWT']], funct $routes->get("ticketHistoryList", "ThzController::ticketHistoryList"); $routes->match(['get','post','put'], 'ticketType', 'ThzController::ticketType'); + //this route for nhance website contact form (sales/service) + $routes->group("employeeRest", ["filter" => ['appSignature']], function ($routes) { + $routes->post("ticketSave", "ThzController::ticketSave"); + }); + //claims