update routes

This commit is contained in:
adrifcastr 2023-07-04 14:33:11 +02:00
parent 7cbe8e1d00
commit 21a0757af0
1 changed files with 1 additions and 5 deletions

View File

@ -84,11 +84,7 @@ function App() {
<Route exact path="/search/:type">
<Redirect to="/browse" />
</Route>
<Route exact path="/browse/:query?" component={SearchView} />
<Route exact path="/">
<Redirect to="/browse" />
</Route>
<Route path={["/", "/browse/:query"]} component={SearchView} />
{/* other */}
<Route
exact