We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f96c2e commit 91fbc93Copy full SHA for 91fbc93
dotcom-rendering/src/server/server.prod.ts
@@ -78,7 +78,6 @@ export const prodServer = (): void => {
78
app.post('/FrontJSON', logRenderTime, handleFrontJson);
79
app.post('/TagPage', logRenderTime, handleTagPage);
80
app.post('/TagPageJSON', logRenderTime, handleTagPageJson);
81
- app.post('/FootballDataPage', logRenderTime, handleFootballMatchListPage);
82
app.post(
83
'/FootballMatchListPage',
84
logRenderTime,
0 commit comments