Dashboard sipadu mbip
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

imported-with-defaults.xml 418B

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. <route id="one" path="/one" />
  7. <route id="two" path="/two">
  8. <default key="specific">imported</default>
  9. </route>
  10. </routes>