12345678910111213141516171819 |
- _wdt:
- resource: "@WebProfilerBundle/Resources/config/routing/wdt.xml"
- prefix: /_wdt
- _profiler:
- resource: "@WebProfilerBundle/Resources/config/routing/profiler.xml"
- prefix: /_profiler
- _errors:
- resource: "@TwigBundle/Resources/config/routing/errors.xml"
- prefix: /_error
- #JMSTranslationBundle_ui:
- # resource: @JMSTranslationBundle/Controller/
- # type: annotation
- # prefix: /_trans
- _main:
- resource: routing.yml
|