Hi bubblers,
I would really appreciate help here…
I have multipage app and on first page have some input parameters that I am sending on the next page (over custom states) in order to search RG based on those parameters. I use go to page…
My problem is URL look…it shows all parameters as
example.com/team?teamName=justiceleague&vers=23&date=…
it is really not pretty…
How could I make it prettier as example example.com/team/justiceleague/23/…
or just to show example.com
THANKS!!!