Update paths and stable app view

This commit is contained in:
Bill Thornton 2023-06-09 03:01:27 -04:00
parent 3038ddb6ff
commit c0f1de9f3f
8 changed files with 11 additions and 12 deletions

View file

@ -36,6 +36,9 @@ const ExperimentalApp = () => {
{LEGACY_PUBLIC_ROUTES.map(toViewManagerPageRoute)}
</Route>
{/* Redirects for old paths */}
<Route path='serveractivity.html' element={<Navigate replace to='/dashboard/activity' />} />
</Route>
</Routes>
);