Skip to content

Instantly share code, notes, and snippets.

@cpjeanpaul
Created March 8, 2018 15:32
Show Gist options
  • Save cpjeanpaul/ac158cae606bf4fbcff6b21ccd5c0290 to your computer and use it in GitHub Desktop.
Save cpjeanpaul/ac158cae606bf4fbcff6b21ccd5c0290 to your computer and use it in GitHub Desktop.
<?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="imports" frontName="imports">
            <module name="Vexsolucions_Imports" before="Magento_Backend" />
        </route>
    </router>
</config>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment