I'd like to be able to create a route that has a dynamic param like so:
http://localhost:8000/verification/:id
where id is some sort of token or guid that I can then access in my page component.
How might I be able to do this?
I'd like to be able to create a route that has a dynamic param like so:
http://localhost:8000/verification/:id
where id is some sort of token or guid that I can then access in my page component.
How might I be able to do this?