Compare commits

...

1 Commits

Author SHA1 Message Date
Pol Dellaiera
e19f242137 Issue #3: Remove public prefix and align routes. 2021-05-05 11:12:59 +02:00

View File

@@ -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"