mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
move routes to /admin zone
This commit is contained in:
parent
11a71d99ec
commit
663b7705ae
@ -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"
|
||||
|
@ -34,7 +34,7 @@ class RoutingLoaderTest extends WebTestCase
|
||||
{
|
||||
$client = static::createClient();
|
||||
|
||||
$client->request('GET','/customfield/');
|
||||
$client->request('GET','/admin/customfield/');
|
||||
|
||||
$this->assertEquals(
|
||||
Response::HTTP_OK,
|
||||
|
Loading…
x
Reference in New Issue
Block a user