...
/Challenge: Create the About and Dashboard Routes
Challenge: Create the About and Dashboard Routes
Use what you have learned so far to create the "about" and "dashboard" routes and limit access to the dashboard route using middleware.
We'll cover the following...
Problem statement
Create routes to the URLs /about and /dashboard. Use routes and middleware to create a web ...