mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
Revert "fix(web): 🐛 send 404 status code"
This reverts commit 44a9180fc9.
This commit is contained in:
parent
44a9180fc9
commit
c9e63fe444
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ export const App: React.FC = () => (
|
|||
<Switch>
|
||||
<Route exact path="/" component={ListsTable} />
|
||||
<Route path="/lists/*" component={ListsTable} />
|
||||
<Route path="*" component={NotFound} status={404} />
|
||||
<Route path="*" component={NotFound} />
|
||||
</Switch>
|
||||
</div>
|
||||
</Content>
|
||||
|
|
|
|||
Loading…
Reference in a new issue