routes.xml 452 B

12345678910111213
  1. <?xml version="1.0"?>
  2. <!--
  3. /**
  4. * Refer to LICENSE.txt distributed with the Temando Shipping module for notice of license
  5. */
  6. -->
  7. <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:App/etc/routes.xsd">
  8. <router id="admin">
  9. <route id="temando" frontName="temando">
  10. <module name="Temando_Shipping" before="Magento_Backend" />
  11. </route>
  12. </router>
  13. </config>