routes.xml 576 B

123456789101112131415161718
  1. <?xml version="1.0"?>
  2. <!--
  3. /**
  4. * This file is part of the Klarna Order Management module
  5. *
  6. * (c) Klarna Bank AB (publ)
  7. *
  8. * For the full copyright and license information, please view the NOTICE
  9. * and LICENSE files that were distributed with this source code.
  10. */
  11. -->
  12. <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:App/etc/routes.xsd">
  13. <router id="standard">
  14. <route id="klarna" frontName="klarna">
  15. <module name="Klarna_Ordermanagement"/>
  16. </route>
  17. </router>
  18. </config>