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