From 16119c3ef878d56be430e17ec74ba07f5b9b337f Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sun, 9 Nov 2025 08:20:33 +0000 Subject: [PATCH] Remove remaining DiscordOAuthCallback route cgen-9170189e8950439f830705dd8f437021 --- client/App.tsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/client/App.tsx b/client/App.tsx index 55151435..e03c493d 100644 --- a/client/App.tsx +++ b/client/App.tsx @@ -372,10 +372,6 @@ const App = () => ( {/* Discord routes */} } /> } /> - } - /> {/* Explicit 404 route for static hosting fallbacks */} } />