Issue #3: Remove public prefix and align routes.

This commit is contained in:
Pol Dellaiera 2021-05-05 11:12:59 +02:00
parent d6e7fadb4f
commit e19f242137

View File

@ -28,7 +28,7 @@ chill_password:
chill_password_recover: chill_password_recover:
resource: "@ChillMainBundle/config/routes/password_recover.yaml" resource: "@ChillMainBundle/config/routes/password_recover.yaml"
prefix: "public/{_locale}/password" prefix: "{_locale}/password"
chill_crud: chill_crud:
resource: "@ChillMainBundle" resource: "@ChillMainBundle"