Fix default redirect...

This commit is contained in:
Thomas E Lackey 2020-07-20 18:34:20 -05:00
parent 199863fe0e
commit 2f08238a79

View File

@ -56,7 +56,7 @@ const Main = ({ config }) => {
<Route path='/wns' component={WNS} /> <Route path='/wns' component={WNS} />
</Layout> </Layout>
</Route> </Route>
<Redirect to='/status' /> <Redirect to='/system' />
</Switch> </Switch>
</HashRouter> </HashRouter>
</ThemeProvider> </ThemeProvider>