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

@ -1,4 +1,4 @@
<?php
use Incoviba\Controller\Search;
use Incoviba\Controller\API\Search;
$app->post('/search', [Search::class, 'query']);