GWM : nhance website contact api

This commit is contained in:
Gowtham M 2025-12-17 11:28:16 +05:30
parent dc3075a383
commit 5295377348

View File

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