routes.xml 369 B

123456789
  1. <?xml version="1.0" ?>
  2. <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:App/etc/routes.xsd">
  3. <router id="standard">
  4. <route frontName="shipping_notifications" id="shipping_notifications">
  5. <module name="Cpcommerce_ShippingNotifications"/>
  6. </route>
  7. </router>
  8. </config>