From 682f051596e99b6b2c7632589a38c44955986bac Mon Sep 17 00:00:00 2001 From: Lukas Kahwe Smith Date: Sat, 25 Oct 2014 16:58:15 +0200 Subject: [PATCH] also enable demo bundle routing in prod --- app/config/routing.yml | 7 ++++++- app/config/routing_dev.yml | 5 ----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app/config/routing.yml b/app/config/routing.yml index 48c16c2366..76ac0893b4 100644 --- a/app/config/routing.yml +++ b/app/config/routing.yml @@ -1,2 +1,7 @@ -cmf_create: +# AcmeDemoBundle routes (to be removed) +_demo: + resource: "@AcmeDemoBundle/Resources/config/routing.yml" + prefix: /demo + +_cmf_create: resource: "@CmfCreateBundle/Resources/config/routing/rest.xml" diff --git a/app/config/routing_dev.yml b/app/config/routing_dev.yml index 1dbf1ffe9c..ff93a02ba0 100644 --- a/app/config/routing_dev.yml +++ b/app/config/routing_dev.yml @@ -12,8 +12,3 @@ _configurator: _main: resource: routing.yml - -# AcmeDemoBundle routes (to be removed) -_demo: - resource: "@AcmeDemoBundle/Resources/config/routing.yml" - prefix: /demo