Skip to content

Commit

Permalink
Changing default path (elastic#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanSh authored and orouz committed Jan 13, 2022
1 parent 1ca35b1 commit 59adb88
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export const CspApp = ({ core, deps, params }: CspAppDeps) => {
{routes.map((route) => (
<Route {...route} />
))}
<Route exact path="/" component={() => <Redirect to={'/findings'} />} />
<Route exact path="/" component={() => <Redirect to="/dashboard" />} />
<Route path="*" component={() => <div>not found</div>} />
</Switch>
</I18nProvider>
Expand Down

0 comments on commit 59adb88

Please sign in to comment.