resq/config/routes/search.yaml
2019-03-15 05:16:22 -04:00

8 lines
207 B
YAML

general_search:
path: /search
controller: App\Controller\SearchController::index
search_history:
path: /search/history
controller: App\Controller\SearchController::search
methods: [GET]