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"