11 lines
499 B
XML
11 lines
499 B
XML
<?xml version="1.0"?>
|
|
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:App/etc/routes.xsd">
|
|
<!--Use router 'admin' for admin route -->
|
|
<router id="admin">
|
|
<!--Define a custom route with id and frontName -->
|
|
<route id="SoundPress_WHIOrders" frontName="whiorders">
|
|
<!--The module which this route match to-->
|
|
<module name="SoundPress_WHIOrders"/>
|
|
</route>
|
|
</router>
|
|
</config> |