From 5e989db0affa51aa0c2851f8b7dfc7b9586bdcf0 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Thu, 13 Nov 2025 04:36:42 +0000 Subject: [PATCH] Update /services route to redirect to /corp (second instance) cgen-edd7907d264f4c8cac4ea20015b6aa72 --- client/App.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/App.tsx b/client/App.tsx index 16bb2648..ed0241c6 100644 --- a/client/App.tsx +++ b/client/App.tsx @@ -636,7 +636,8 @@ const App = () => ( } /> } /> } /> - } /> + {/* Legacy /services redirect to /corp */} + } /> } /> {/* Legal routes */}