Skip to content

Commit

Permalink
Fix default locale route
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafikooo committed Oct 18, 2024
1 parent b9de136 commit 5a914fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/routes/sylius_shop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ sylius_shop_default_locale:
path: /
methods: [GET]
defaults:
_controller: sylius.controller.shop.locale_switch::switchAction
_controller: sylius_shop.controller.shop.locale_switch::switchAction

# see https://web.dev/change-password-url/
sylius_shop_request_password_reset_token_redirect:
Expand Down

0 comments on commit 5a914fb

Please sign in to comment.