1234567891011121314151617181920212223 |
- _wdt:
- resource: "@WebProfilerBundle/Resources/config/routing/wdt.xml"
- prefix: /{_locale}/_wdt
- _profiler:
- resource: "@WebProfilerBundle/Resources/config/routing/profiler.xml"
- prefix: /{_locale}/_profiler
- _errors:
- resource: "@TwigBundle/Resources/config/routing/errors.xml"
- prefix: /_error
- _main:
- resource: routing.yml
|