File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -85,6 +85,7 @@ export default class RehydrationDelayedProvider extends Component {
85
85
return (
86
86
< Provider store = { store } history = { history } >
87
87
< Router >
88
+ < Route path = { ROUTE_HEALTH } component = { HealthCheck } />
88
89
< App className = "App" >
89
90
< Switch >
90
91
< Route path = { ROUTE_WORKSPACE } component = { withTracker ( PageDefinitions ) } />
@@ -100,7 +101,6 @@ export default class RehydrationDelayedProvider extends Component {
100
101
< Route path = { ROUTE_STATUS } component = { withTracker ( PageStatus ) } />
101
102
< Route path = { ROUTE_DISCORD } component = { ( ) => ( window . location = 'https://discord.gg/wEzHJku' ) } />
102
103
< Route path = { ROUTE_FILE } component = { withTracker ( PageFile ) } />
103
- < Route path = { ROUTE_HEALTH } component = { withTracker ( HealthCheck ) } />
104
104
< Route path = { ROUTE_ROOT } component = { withTracker ( PageBrowse ) } />
105
105
</ Switch >
106
106
</ App >
You can’t perform that action at this time.
0 commit comments