From ab8fa3b420ed049514ced683bfbf45eb686fde9e Mon Sep 17 00:00:00 2001 From: Maxime Leclercq Date: Mon, 29 Jan 2024 16:49:01 +0100 Subject: [PATCH] chore: changes prefix so that routes will work if the value is changes --- src/Resources/config/routing.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Resources/config/routing.yaml b/src/Resources/config/routing.yaml index 1fad532e..612c5095 100644 --- a/src/Resources/config/routing.yaml +++ b/src/Resources/config/routing.yaml @@ -6,4 +6,4 @@ shop: admin: resource: "routing/admin.yaml" - prefix: /admin + prefix: /%sylius_admin.path_name%