GWM : nhance website contact api

This commit is contained in:
Gowtham M 2025-12-17 11:35:36 +05:30
parent 5295377348
commit 66ed0a898c

View File

@ -648,7 +648,7 @@ $routes->group("employeeRest", ["filter" => ['appSignature' , 'authJWT']], funct
$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->group("employeeRest", ['filter' => ['appSignature'] ], function ($routes) {
$routes->post("ticketSave", "ThzController::ticketSave");
});