Skip to content

Commit 19e2a72

Browse files
authored
Merge pull request #28 from Flowpack/fix-route-name
TASK: Fix wrong route name
2 parents 7f87acf + cabbe08 commit 19e2a72

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Configuration/Routes.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
appendExceedingArguments: TRUE
1111
httpMethods: ['GET']
1212
-
13-
name: 'flowpack/searchplugin - SuggestController->ajax'
13+
name: 'flowpack/searchplugin - AjaxSearchController->search'
1414
uriPattern: 'flowpack/ajaxsearch'
1515
defaults:
1616
'@package': 'Flowpack.SearchPlugin'
1717
'@controller': 'AjaxSearch'
1818
'@action': 'search'
1919
'@format': 'html'
2020
appendExceedingArguments: TRUE
21-
httpMethods: ['GET']
21+
httpMethods: ['GET']

0 commit comments

Comments
 (0)