Search
This commit is contained in:
7
app/resources/routes/97_search.php
Normal file
7
app/resources/routes/97_search.php
Normal file
@ -0,0 +1,7 @@
|
||||
<?php
|
||||
use Incoviba\Controller\Search;
|
||||
|
||||
$app->group('/search', function($app) {
|
||||
$app->get('[/{query}[/{tipo}[/]]]', Search::class);
|
||||
$app->post('[/]', Search::class);
|
||||
});
|
Reference in New Issue
Block a user