routing_dev.yml 594 B

123456789101112131415161718192021222324
  1. _wdt:
  2. resource: "@WebProfilerBundle/Resources/config/routing/wdt.xml"
  3. prefix: /_wdt
  4. _profiler:
  5. resource: "@WebProfilerBundle/Resources/config/routing/profiler.xml"
  6. prefix: /_profiler
  7. #_configurator:
  8. # resource: "@SensioDistributionBundle/Resources/config/routing/webconfigurator.xml"
  9. # prefix: /_configurator
  10. _errors:
  11. resource: "@TwigBundle/Resources/config/routing/errors.xml"
  12. prefix: /_error
  13. #JMSTranslationBundle_ui:
  14. # resource: @JMSTranslationBundle/Controller/
  15. # type: annotation
  16. # prefix: /_trans
  17. _main:
  18. resource: routing.yml