Hello. In a component, if I want to change the format of a URI, and still want to retain compatibility with the previous URI format, is there a way (within the module) to redirect to the new URI after translation? I want to split some functionality off to another endpoint. So, rather than deprecate the old code, it would be cleaner if I could redirect, if possible.
Thank you! Steve