Remove remaining DiscordOAuthCallback route
cgen-9170189e8950439f830705dd8f437021
This commit is contained in:
parent
4687e4c8e0
commit
16119c3ef8
1 changed files with 0 additions and 4 deletions
|
|
@ -372,10 +372,6 @@ const App = () => (
|
|||
{/* Discord routes */}
|
||||
<Route path="/activity" element={<Activity />} />
|
||||
<Route path="/discord" element={<DiscordActivity />} />
|
||||
<Route
|
||||
path="/discord/callback"
|
||||
element={<DiscordOAuthCallback />}
|
||||
/>
|
||||
|
||||
{/* Explicit 404 route for static hosting fallbacks */}
|
||||
<Route path="/404" element={<FourOhFourPage />} />
|
||||
|
|
|
|||
Loading…
Reference in a new issue