From 93fd4692f6eb753cae16358131c8049d84cfbb41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Thu, 22 Jan 2015 08:30:07 +0100 Subject: symfony is there --- app/config/routing_dev.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 app/config/routing_dev.yml (limited to 'app/config/routing_dev.yml') diff --git a/app/config/routing_dev.yml b/app/config/routing_dev.yml new file mode 100644 index 00000000..99130058 --- /dev/null +++ b/app/config/routing_dev.yml @@ -0,0 +1,22 @@ +_wdt: + resource: "@WebProfilerBundle/Resources/config/routing/wdt.xml" + prefix: /_wdt + +_profiler: + resource: "@WebProfilerBundle/Resources/config/routing/profiler.xml" + prefix: /_profiler + +_configurator: + resource: "@SensioDistributionBundle/Resources/config/routing/webconfigurator.xml" + prefix: /_configurator + +_errors: + resource: "@TwigBundle/Resources/config/routing/errors.xml" + prefix: /_error + +_main: + resource: routing.yml + +# AcmeDemoBundle routes (to be removed) +_acme_demo: + resource: "@AcmeDemoBundle/Resources/config/routing.yml" \ No newline at end of file -- cgit v1.2.3