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