fix repos redirect

This commit is contained in:
Eduard Heimbuch
2019-08-27 11:09:53 +02:00
parent ca71326cb9
commit c5ab0aaab3

View File

@@ -44,7 +44,7 @@ class Main extends React.Component<Props> {
<Redirect exact from="/" to={url} />
<Route exact path="/login" component={Login} />
<Route path="/logout" component={Logout} />
<Redirect exact strict from="/repos" to={url} />
<Redirect exact strict from="/repos" to="/repos/" />
<ProtectedRoute
exact
path="/repos/"