importer-with-defaults.xml 447 B

1234567891011
  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. https://symfony.com/schema/routing/routing-1.0.xsd">
  6. <import resource="imported-with-defaults.xml" prefix="/defaults"
  7. locale="g_locale"
  8. format="g_format"
  9. stateless="true" />
  10. </routes>