resq/config/routes/search.yaml

8 lines
208 B
YAML

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