king
2019-10-12 c7f79abded9ad2e29f297da4a04a641b96b61c5e
src/router/index.js
@@ -58,7 +58,7 @@
              )
            })
          }
          <Redirect exact from="/" to="main"/>
          <Redirect exact from="/" to="login"/>
          <Route component= {NotFound}/>
        </Switch>
      </HashRouter>