I created an IOS app where a user can send invites out to people but I messed up the URL and I want to fix it with a custom route because submitting a fix will take a few days. I forgot the controller name in the URL. The URL is like the following
http://example.com/invite/R32f8f8s9f-a889f898
I need it to go to Home/invite/R32f8f8s9f-a889f898
I've tried creating a custom route but I haven't been successful. Is there a way to do it with routing?