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->get("ticketHistoryList", "ThzController::ticketHistoryList");
|
||||||
$routes->match(['get','post','put'], 'ticketType', 'ThzController::ticketType');
|
$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
|
//claims
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user