5 lines
92 B
PHP
5 lines
92 B
PHP
<?php
|
|
use Incoviba\Controller\API\Search;
|
|
|
|
$app->post('/search', [Search::class, 'query']);
|