Skip to content

Commit

Permalink
localized paths for front_product_search route contain trailing slash…
Browse files Browse the repository at this point in the history
… now (#1067)

- done to unify them with the rest of application and to avoid potential problems
  • Loading branch information
vitek-rostislav authored Feb 10, 2020
1 parent ac1f0eb commit 09517e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/shopsys-routing/routing_front_cs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ front_order_sent:
defaults: { _controller: App\Controller\Front\OrderController:sentAction }

front_product_search:
path: /hledani
path: /hledani/
defaults: { _controller: App\Controller\Front\ProductController:searchAction }

front_registration_register:
Expand Down
2 changes: 1 addition & 1 deletion config/shopsys-routing/routing_front_en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ front_order_sent:
defaults: { _controller: App\Controller\Front\OrderController:sentAction }

front_product_search:
path: /search
path: /search/
defaults: { _controller: App\Controller\Front\ProductController:searchAction }

front_registration_register:
Expand Down

0 comments on commit 09517e6

Please sign in to comment.