Skip to content

Commit 91fbc93

Browse files
remove old Football match list endpoint (#13847)
1 parent 3f96c2e commit 91fbc93

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dotcom-rendering/src/server/server.prod.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ export const prodServer = (): void => {
7878
app.post('/FrontJSON', logRenderTime, handleFrontJson);
7979
app.post('/TagPage', logRenderTime, handleTagPage);
8080
app.post('/TagPageJSON', logRenderTime, handleTagPageJson);
81-
app.post('/FootballDataPage', logRenderTime, handleFootballMatchListPage);
8281
app.post(
8382
'/FootballMatchListPage',
8483
logRenderTime,

0 commit comments

Comments
 (0)