Skip to content

Commit a2a96e5

Browse files
committed
Health without page
1 parent 42e066c commit a2a96e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/RehydrationProvider.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ export default class RehydrationDelayedProvider extends Component {
8585
return (
8686
<Provider store={store} history={history}>
8787
<Router>
88+
<Route path={ROUTE_HEALTH} component={HealthCheck} />
8889
<App className="App">
8990
<Switch>
9091
<Route path={ROUTE_WORKSPACE} component={withTracker(PageDefinitions)} />
@@ -100,7 +101,6 @@ export default class RehydrationDelayedProvider extends Component {
100101
<Route path={ROUTE_STATUS} component={withTracker(PageStatus)} />
101102
<Route path={ROUTE_DISCORD} component={() => (window.location = 'https://discord.gg/wEzHJku')} />
102103
<Route path={ROUTE_FILE} component={withTracker(PageFile)} />
103-
<Route path={ROUTE_HEALTH} component={withTracker(HealthCheck)} />
104104
<Route path={ROUTE_ROOT} component={withTracker(PageBrowse)} />
105105
</Switch>
106106
</App>

0 commit comments

Comments
 (0)