From e19f242137337bcc4f5ad09ad5939b6bfaee0527 Mon Sep 17 00:00:00 2001 From: Pol Dellaiera Date: Wed, 5 May 2021 11:12:59 +0200 Subject: [PATCH] Issue #3: Remove public prefix and align routes. --- src/Bundle/ChillMainBundle/config/routes.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Bundle/ChillMainBundle/config/routes.yaml b/src/Bundle/ChillMainBundle/config/routes.yaml index dbf5fa89c..0c909922d 100644 --- a/src/Bundle/ChillMainBundle/config/routes.yaml +++ b/src/Bundle/ChillMainBundle/config/routes.yaml @@ -28,7 +28,7 @@ chill_password: chill_password_recover: resource: "@ChillMainBundle/config/routes/password_recover.yaml" - prefix: "public/{_locale}/password" + prefix: "{_locale}/password" chill_crud: resource: "@ChillMainBundle"