diff --git a/app/Config/Routes.php b/app/Config/Routes.php index 9dc08888..857f4c69 100755 --- a/app/Config/Routes.php +++ b/app/Config/Routes.php @@ -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"); });