Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3. xsi:noNamespaceSchemaLocation="urn:magento:framework:App/etc/routes.xsd">
  4. <router id="standard">
  5. <route id="blog" frontName="blog">
  6. <module name="My_Blog" />
  7. </route>
  8. </router>
  9. </config>
  10.  
  11. <?xml version="1.0" encoding="UTF-8"?>
  12. <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  13. xsi:noNamespaceSchemaLocation="urn:magento:framework:App/etc/routes.xsd">
  14. <router id="adminhtml">
  15. <route id="blog" frontName="blog">
  16. <module name="My_Blog" before="Magento_Adminhtml" />
  17. </route>
  18. </router>
  19. </config>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement