Skip to content

Commit

Permalink
Health without page
Browse files Browse the repository at this point in the history
  • Loading branch information
ljones140 committed Oct 30, 2024
1 parent 42e066c commit a2a96e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/RehydrationProvider.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ export default class RehydrationDelayedProvider extends Component {
return (
<Provider store={store} history={history}>
<Router>
<Route path={ROUTE_HEALTH} component={HealthCheck} />
<App className="App">
<Switch>
<Route path={ROUTE_WORKSPACE} component={withTracker(PageDefinitions)} />
Expand All @@ -100,7 +101,6 @@ export default class RehydrationDelayedProvider extends Component {
<Route path={ROUTE_STATUS} component={withTracker(PageStatus)} />
<Route path={ROUTE_DISCORD} component={() => (window.location = 'https://discord.gg/wEzHJku')} />
<Route path={ROUTE_FILE} component={withTracker(PageFile)} />
<Route path={ROUTE_HEALTH} component={withTracker(HealthCheck)} />
<Route path={ROUTE_ROOT} component={withTracker(PageBrowse)} />
</Switch>
</App>
Expand Down

0 comments on commit a2a96e5

Please sign in to comment.