<?xml version="1.0"?>
<!--
/**
 * Custom Software.
 *
 * @category  Custom
 * @package   Custom_MarketplaceExtender
 * @author    Custom
 * @copyright Copyright (c) 2010-2018 Custom Software Private Limited (https://custom.com)
 * @license   https://store.custom.com/license.html
 */
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:App/etc/routes.xsd">
    <router id="standard">
        <route id="marketplaceextender" frontName="marketplaceextender">
            <module name="Custom_MarketplaceExtender" />
        </route>
    </router>
</config>