Will probably involve changing the type of Route to be a disciminated union over a string field rather than the static Boolean
We should support things like /temp -> /weather as permanent and temporary redirects. I'd implement this as a new type of route and a user could set up a persistent app which redirects the user accordingly (or have old paths as redirect paths in the BE config).