Skip to content

Commit

Permalink
Update routes.xml
Browse files Browse the repository at this point in the history
I am proposing this change because id adminhtml is used by the entire M2 administration. That is why there are 404 on the M2 admin dashboard and it only works as /backend-url/downloadable/dashboard seen here: #14
  • Loading branch information
voytech-net authored Mar 9, 2020
1 parent d4a7c5b commit 6d094ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions etc/adminhtml/routes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
xsi:noNamespaceSchemaLocation="urn:magento:framework:App/etc/routes.xsd">

<router id="admin">
<route id="adminhtml" frontName="downloadable">
<route id="downloadable" frontName="downloadable">
<module name="LizardMedia_ProductAttachment" before="Magento_Backend" />
</route>
</router>

</config>
</config>

0 comments on commit 6d094ea

Please sign in to comment.