move routes to /admin zone

This commit is contained in:
2014-11-04 22:35:38 +01:00
parent 11a71d99ec
commit 663b7705ae
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
cl_custom_fields_customfieldsgroup:
resource: "@ChillCustomFieldsBundle/Resources/config/routing/customfieldsgroup.yml"
prefix: /customfieldsgroup
prefix: /admin/customfieldsgroup
cl_custom_fields_blopentity2:
resource: "@ChillCustomFieldsBundle/Resources/config/routing/blopentity2.yml"
@@ -12,7 +12,7 @@ cl_custom_fields_adress:
cl_custom_fields_customfield:
resource: "@ChillCustomFieldsBundle/Resources/config/routing/customfield.yml"
prefix: /customfield
prefix: /admin/customfield
cl_custom_fields_blopentity:
resource: "@ChillCustomFieldsBundle/Resources/config/routing/blopentity.yml"