How can I remove a route parameter value?
Say I have a route
/foo/:bar?
that is distinct (at least by what's rendered on the page) from /foo
.
How can I clear :bar
and cause a redirect? My current attempt looks like this:
2 Replies