imported-with-locale-but-not-localized.xml 402 B

123456789
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <routes xmlns="http://symfony.com/schema/routing"
  3. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4. xsi:schemaLocation="http://symfony.com/schema/routing
  5. http://symfony.com/schema/routing/routing-1.0.xsd">
  6. <route id="imported" path="/suffix">
  7. <default key="_controller">MyBundle:Blog:show</default>
  8. </route>
  9. </routes>