Newer
Older
TillQliro / etc / frontend / routes.xml
@Jonas Jonsson Jonas Jonsson on 2 Apr 2024 423 bytes Initial
<?xml version="1.0"?>
<!--
 * Copyright © Qliro AB. All rights reserved.
 * See LICENSE.txt for license details.
  -->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:App/etc/routes.xsd">
    <router id="standard">
        <route id="checkout">
            <module name="Qliro_QliroOne" after="Magento_Checkout"/>
        </route>
    </router>
</config>