Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save blopa/efbde557549784fee71ec1dcd5c5b000 to your computer and use it in GitHub Desktop.
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"
<?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