1
0
Fork 0

Add new module and widget for managing saved searches

This commit is contained in:
Hypolite Petovan 2019-10-07 14:13:31 -04:00
commit cdefa7f32a
11 changed files with 140 additions and 152 deletions

View file

@ -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' => [