mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-05 20:57:12 +00:00
Fix checkout resolver pattern to support empty locale URL prefix
This commit is contained in:
parent
102b7c9a40
commit
71ba534be2
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ imports:
|
|||
- { resource: "@SyliusShopBundle/Resources/config/grids/product.yml" }
|
||||
|
||||
parameters:
|
||||
sylius.security.shop_regex: "^/(?!%sylius_admin.path_name%|api/.*|api$|media/.*)([^/]+/)?"
|
||||
sylius.security.shop_regex: "^/(?!%sylius_admin.path_name%|api/.*|api$|media/.*)[^/]++"
|
||||
|
||||
webpack_encore:
|
||||
builds:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue