From 529537734851cf9b005196037e6255f856d6a6ff Mon Sep 17 00:00:00 2001 From: Gowtham M Date: Wed, 17 Dec 2025 11:28:16 +0530 Subject: [PATCH] GWM : nhance website contact api --- app/Config/Routes.php | 5 +++++ 1 file changed, 5 insertions(+) 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