Initial commit: Vendor Sales Report Magento 2 module
This commit is contained in:
8
etc/adminhtml/routes.xml
Normal file
8
etc/adminhtml/routes.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0"?>
|
||||
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:App/etc/routes.xsd">
|
||||
<router id="admin">
|
||||
<route id="vendorsalesreport" frontName="vendorsalesreport">
|
||||
<module name="Shopkeeper_VendorSalesReport"/>
|
||||
</route>
|
||||
</router>
|
||||
</config>
|
||||
Reference in New Issue
Block a user