How Routes Work in Magento
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...
charanjeet.hashnode.dev2 min read