routes icon indicating copy to clipboard operation
routes copied to clipboard

Load another page from argument

Open kangarko opened this issue 3 years ago • 0 comments

Hey everyone!

Is it possible to load domain.com/invite?referal=X from typing domain.com/invite/X/?

The only way I got it to work right now is by redirecting ("Location: domain.com/invite?referal=$params["X"]" and exit), the problem is that it is unnecesarily slow and user sees blank page for twice as much time.

Thank you. Matej

kangarko avatar Nov 22 '21 16:11 kangarko