magento2-docker/app/code/Kai/Banner/etc/adminhtml/routes.xml

12 lines
353 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="kai_banner" frontName="kai_banner">
<module name="Kai_Banner" before="Magento_Backend" />
</route>
</router>
</config>