12 lines
359 B
XML
Executable File
12 lines
359 B
XML
Executable File
<?xml version="1.0"?>
|
|
<config
|
|
xsi:noNamespaceSchemaLocation="urn:magento:framework:App/etc/routes.xsd"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
>
|
|
<router id="admin">
|
|
<route id="syncorder" frontName="syncorder">
|
|
<module name="IpSupply_SyncOrder" before="Magento_Backend" />
|
|
</route>
|
|
</router>
|
|
</config>
|