routes.xml 533 B

12345678910111213141516
  1. <?xml version="1.0"?>
  2. <!--
  3. /**
  4. * Copyright © 2015 Ihor Vansach (ihor@magefan.com). All rights reserved.
  5. * See LICENSE.txt for license details (http://opensource.org/licenses/osl-3.0.php).
  6. *
  7. * Glory to Ukraine! Glory to the heroes!
  8. */
  9. -->
  10. <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:App/etc/routes.xsd">
  11. <router id="standard">
  12. <route id="blog" frontName="blog">
  13. <module name="Magefan_Blog" />
  14. </route>
  15. </router>
  16. </config>