routing_dev.yml 386 B

123456789101112131415161718
  1. _main:
  2. resource: routing.yml
  3. #_assetic:
  4. # resource: .
  5. # type: assetic
  6. _wdt:
  7. resource: "@WebProfilerBundle/Resources/config/routing/wdt.xml"
  8. prefix: /_wdt
  9. _profiler:
  10. resource: "@WebProfilerBundle/Resources/config/routing/profiler.xml"
  11. prefix: /_profiler
  12. _errors:
  13. resource: "@TwigBundle/Resources/config/routing/errors.xml"
  14. prefix: /_error