Mercurial > hg > dml-open-vis
annotate app/config/routing_dev.yml @ 1:f38015048f48 tip
Added GPL
author | Daniel Wolff |
---|---|
date | Sat, 13 Feb 2016 20:43:38 +0100 |
parents | 493bcb69166c |
children |
rev | line source |
---|---|
Daniel@0 | 1 _wdt: |
Daniel@0 | 2 resource: "@WebProfilerBundle/Resources/config/routing/wdt.xml" |
Daniel@0 | 3 prefix: /_wdt |
Daniel@0 | 4 |
Daniel@0 | 5 _profiler: |
Daniel@0 | 6 resource: "@WebProfilerBundle/Resources/config/routing/profiler.xml" |
Daniel@0 | 7 prefix: /_profiler |
Daniel@0 | 8 |
Daniel@0 | 9 _configurator: |
Daniel@0 | 10 resource: "@SensioDistributionBundle/Resources/config/routing/webconfigurator.xml" |
Daniel@0 | 11 prefix: /_configurator |
Daniel@0 | 12 |
Daniel@0 | 13 _main: |
Daniel@0 | 14 resource: routing.yml |