We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f409c22 commit f380e5eCopy full SHA for f380e5e
config/routes.yaml
@@ -17,4 +17,7 @@ categories:
17
path: /categories
18
controller: App\Controller\CategoryController::index
19
20
-
+ # section pour la recherche d'articles
21
+article_search:
22
+ path: /search
23
+ controller: App\Controller\ArticleSearchController::index
0 commit comments