Created
February 2, 2025 18:47
-
-
Save blopa/efbde557549784fee71ec1dcd5c5b000 to your computer and use it in GitHub Desktop.
Code for post "I built a retro RPG game shop extension for my Magento 2 store"
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0"?> | |
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
xsi:noNamespaceSchemaLocation="urn:magento:framework:App/etc/routes.xsd"> | |
<router id="standard"> | |
<route id="werules_gameshop" frontName="game-shop"> | |
<module name="Werules_GameShop"/> | |
</route> | |
</router> | |
</config> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment