This commit is contained in:
Marcus Eide
2020-09-09 12:01:01 +02:00
parent a14182878e
commit 7edb45055c
-1
View File
@@ -70,7 +70,6 @@ const AppRoutes = () => (
/>
<Route path="/graphiql" element={<GraphiQLRouter />} />
<Route path="/lighthouse/*" element={<LighthouseRouter />} />
<Navigate key="/" to="/catalog" />
{...deprecatedAppRoutes}
</Routes>
);