Add new module and widget for managing saved searches
This commit is contained in:
parent
11ad0acd28
commit
cdefa7f32a
11 changed files with 140 additions and 152 deletions
|
@ -189,7 +189,9 @@ return [
|
|||
],
|
||||
|
||||
'/search' => [
|
||||
'/acl' => [Module\Search\Acl::class, [R::GET, R::POST]],
|
||||
'/acl' => [Module\Search\Acl::class, [R::GET, R::POST]],
|
||||
'/saved/add/{term}' => [Module\Search\Saved::class, [R::GET]],
|
||||
'/saved/remove/{term}' => [Module\Search\Saved::class, [R::GET]],
|
||||
],
|
||||
|
||||
'/settings' => [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue