Skip to content

Commit 31ec663

Browse files
committed
Remove health
1 parent 50e6868 commit 31ec663

File tree

4 files changed

+2
-13
lines changed

4 files changed

+2
-13
lines changed

src/components/Health.js

Lines changed: 0 additions & 9 deletions
This file was deleted.

src/components/RehydrationProvider.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ import PageFile from './Navigation/Pages/PageFile'
3737
import PageHarvest from './Navigation/Pages/PageHarvest'
3838
import GetInvolved from './GetInvolved'
3939
import Charter from './Charter'
40-
import Health from './Health'
4140

4241
const store = configureStore()
4342

@@ -100,7 +99,6 @@ export default class RehydrationDelayedProvider extends Component {
10099
<Route path={ROUTE_DISCORD} component={() => (window.location = 'https://discord.gg/wEzHJku')} />
101100
<Route path={ROUTE_FILE} component={withTracker(PageFile)} />
102101
<Route path={ROUTE_ROOT} component={withTracker(PageBrowse)} />
103-
<Route path={ROUTE_HEALTH} component={withTracker(Health)} />
104102
</Switch>
105103
</App>
106104
</Router>

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ if (!Array.prototype.includes)
1919
'You need a browser that supports modern JavaScript features to view this site. Please switch to another browser.'
2020
)
2121
ReactDOM.render(< RehydrationProvider />, document.getElementById('root'))
22-
unregister()
22+
unregister()

src/utils/routingConstants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ export const ROUTE_STATUS = '/status'
1313
export const ROUTE_GETINVOLED = '/get-involved'
1414
export const ROUTE_CHARTER = '/charter'
1515
export const ROUTE_FILE = '/file'
16-
export const ROUTE_HEALTH = '/health'
16+
// export const ROUTE_HEALTH = '/health'
1717
export const ROUTE_ROOT = '/'

0 commit comments

Comments
 (0)