Routing Introduction — Let’s Learn Adonis 5, Lesson 2.0
View all lessons in the Let’s Learn Adonis 5 series here.
Routes are how we can go about defining URLs that will be accessible via our application. So, in order to add a page to our application, we’d need to first define a route for that page. This route definition would…