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:
Nathan Reese 2017-11-20 17:02:56 -07:00 committed by GitHub
parent 09e582f82d
commit e8dc6736df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,7 @@ export function HomeApp({ addBasePath, directories }) {
/>
</Route>
<Route
path="/"
path="/home"
>
<Home
addBasePath={addBasePath}