routing_dev.yml 459 B

12345678910111213141516171819
  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. _errors:
  8. resource: "@TwigBundle/Resources/config/routing/errors.xml"
  9. prefix: /_error
  10. #JMSTranslationBundle_ui:
  11. # resource: @JMSTranslationBundle/Controller/
  12. # type: annotation
  13. # prefix: /_trans
  14. _main:
  15. resource: routing.yml