Redirects
Explanation
When a route matches, it can redirect to another route. This is done using the route's respond
function that returns an object with a redirect
property.
When a route matches, it can redirect to another route. This is done using the route's respond
function that returns an object with a redirect
property.