How to redirect from an intermediate route to a specific route?
Hey,
I have following routes:
If the user navigates to
Here's my approach:
Thanks
I have following routes:
/vouchers/creation/create/vouchers/creation/output/vouchers/creation/paymentIf the user navigates to
/vouchers/creation or /vouchers/creation/, I would like to redirect them immediately to /vouchers/creation/create. What is the best way to do this? The /vouchers/creation-component only shows at which step the user is located.Here's my approach:
Thanks