Cleanup logs, fixed add Venta, fixed search

This commit is contained in:
2024-01-19 23:10:20 -03:00
parent f55e4dbd5f
commit fa11f5b240
15 changed files with 238 additions and 91 deletions

View File

@ -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;