routes.xml 512 B

1234567891011121314151617
  1. <?xml version="1.0"?>
  2. <!--
  3. /**
  4. * Copyright © Magento, Inc. All rights reserved.
  5. * See COPYING.txt for license details.
  6. */
  7. -->
  8. <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:App/etc/routes.xsd">
  9. <router id="admin">
  10. <route id="adminhtml">
  11. <module name="Magento_Theme" />
  12. </route>
  13. <route id="theme" frontName="theme">
  14. <module name="Magento_Theme" />
  15. </route>
  16. </router>
  17. </config>