Skip to content

Commit

Permalink
make react route finer grained so other apps don't route to home page…
Browse files Browse the repository at this point in the history
… while angular is routing to those apps (#15059)
  • Loading branch information
nreese authored Nov 20, 2017
1 parent 39faeaa commit cf602c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core_plugins/kibana/public/home/components/home_app.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export function HomeApp({ addBasePath, directories }) {
/>
</Route>
<Route
path="/"
path="/home"
>
<Home
addBasePath={addBasePath}
Expand Down

0 comments on commit cf602c6

Please sign in to comment.