magento2-docker/app/code/Kai/Helloworld/routes.xml

15 lines
390 B
XML
Executable File

<?xml version="1.0" encoding="UTF-8"?>
<!--
/**
* routes
*
*/
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:App/etc/routes.xsd">
<router id="standard"> <!-- standard or admin -->
<route id="hello" frontName="hello">
<module name="Kai_Helloworld" />
</route>
</router>
</config>