123456789101112131415161718192021222324252627282930313233343536 |
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- _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
-
- _main:
- resource: routing.yml
-
- _assetic:
- resource: .
- type: assetic
|