How Routes Work in Magento
Jan 10, 2023 · 2 min read · In Magento 2, routes are used to determine which module and controller will be responsible for handling a request. When a request is made to the Magento server, the server uses the frontName value in the route to determine which module and controller...
Join discussion