Solution: Create the About and Dashboard Routes
Understand how to implement public and protected routes in AdonisJs by creating an About page and a dashboard route secured with custom middleware that only allows authenticated users to access it.
We'll cover the following...
We'll cover the following...
Solution
The following ...