mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
make react route finer grained so other apps don't route to home page while angular is routing to those apps (#15059) (#15062)
This commit is contained in:
parent
09e582f82d
commit
e8dc6736df
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ export function HomeApp({ addBasePath, directories }) {
|
|||
/>
|
||||
</Route>
|
||||
<Route
|
||||
path="/"
|
||||
path="/home"
|
||||
>
|
||||
<Home
|
||||
addBasePath={addBasePath}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue