]>
Commit | Line | Data |
---|---|---|
93fd4692 NL |
1 | _wdt: |
2 | resource: "@WebProfilerBundle/Resources/config/routing/wdt.xml" | |
2bc9cad7 | 3 | prefix: /_wdt |
93fd4692 NL |
4 | |
5 | _profiler: | |
6 | resource: "@WebProfilerBundle/Resources/config/routing/profiler.xml" | |
2bc9cad7 | 7 | prefix: /_profiler |
93fd4692 | 8 | |
93fd4692 NL |
9 | _errors: |
10 | resource: "@TwigBundle/Resources/config/routing/errors.xml" | |
2bc9cad7 | 11 | prefix: /_error |
93fd4692 NL |
12 | |
13 | _main: | |
5c895a7f | 14 | resource: routing.yml |