elisei/pagbank-payment-magento

View on GitHub
etc/adminhtml/routes.xml

Summary

Maintainability
Test Coverage
<?xml version="1.0"?>
<!--
/**
 * PagBank Payment Magento Module.
 *
 * Copyright © 2023 PagBank. All rights reserved.
 *
 * @author    Bruno Elisei <brunoelisei@o2ti.com>
 * @license   See LICENSE for license details.
 */
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:App/etc/routes.xsd">
    <router id="admin">
        <route id="pagbank" frontName="pagbank">
            <module name="PagBank_PaymentMagento" before='Magento_Backend' />
        </route>
        <route id="payment" frontName="payment">
            <module name="PagBank_PaymentMagento" before='Magento_Backend' />
        </route>
    </router>
</config>