15 lines
		
	
	
		
			399 B
		
	
	
	
		
			XML
		
	
	
		
			Executable File
		
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			399 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="kai_product" frontName="Kai_Product">
 | |
|             <module name="Kai_Product" />
 | |
|         </route>
 | |
|     </router>
 | |
| </config>
 |