potage_homepage: path: / defaults: _controller: PotageBundle:Default:index ## CRUD Legume potage_legume_create: path: /admin/legume/ajouter defaults: _controller: PotageBundle:Legume:create potage_legume_read: path: /admin/legumes/{page} defaults: _controller: PotageBundle:Legume:read potage_legume_update: path: /admin/legume/editer/{id} defaults: _controller: PotageBundle:Legume:update potage_legume_delete: path: /admin/legume/supprimer/{id} defaults: _controller: PotageBundle:Legume:delete potage_legume_duplicate: path: /admin/legume/dupliquer/{id} defaults: _controller: PotageBundle:Legume:duplicate