<?xml version="1.0"?>
<!-- /**
 * Admin Controller Routes.xml
 *
 * @category  Magetop Extensions
 * @package   Magetop_Quotesystem
 * @author    Magetop Developer
 * @copyright Copyright (c) Magetop (https://www.magetop.com)
 * @license   https://www.magetop.com/license.html
 */ -->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:App/etc/routes.xsd">
	<router id="admin">
		<route id="quotesystem" frontName="quotesystem">
			<module name="Magetop_Quotesystem"/>
		</route>
	</router>
</config>