GWM : nhance website contact api
This commit is contained in:
parent
dc3075a383
commit
5295377348
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user