Is there a way to re-route from a handler method?
# box-products
r
Is there a way to re-route from a handler method?
d
relocate(event="dev.index",persist="format");
I was just in my coldbox app and done it this way. here are the docs: https://coldbox.ortusbooks.com/the-basics/event-handlers/relocating
r
Thanks so much, Daniel