//, /thing/thing and /thing/:id/thing/:id. //, it directs to home, if the route is /thing/:id/thing/:id, then it directs to that page, and if the route is /thing/:id/thing/:id but without a (valid) id, then it directs to /thing/thing. Is there a way to do this without putting the handlers for /thing/thing and /thing/:id/thing/:id in seperate?Join the Discord to ask follow-up questions and connect with the community