Cleanup logs, fixed add Venta, fixed search
This commit is contained in:
@ -17,7 +17,7 @@ class NotFound
|
||||
try {
|
||||
return $handler->handle($request);
|
||||
} catch (HttpNotFoundException $exception) {
|
||||
$this->logger->warning($exception);
|
||||
$this->logger->notice($exception);
|
||||
$response = $this->responseFactory->createResponse(404);
|
||||
if (str_contains($request->getUri()->getPath(), '/api')) {
|
||||
return $response;
|
||||
|
Reference in New Issue
Block a user