1
0
Fork 0
mirror of https://github.com/sussy-code/smov.git synced 2025-01-01 16:37:39 +01:00

update routes

This commit is contained in:
adrifcastr 2023-07-04 14:33:11 +02:00
parent 7cbe8e1d00
commit 21a0757af0

View file

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