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 Dec 21, 2021
1 parent a013723 commit dabbfbe
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 dabbfbe

Please sign in to comment.