From e2b85252e59cbe0225040cc6db4d3869e9df615a Mon Sep 17 00:00:00 2001 From: Max Duval Date: Thu, 13 Jun 2024 17:29:53 +0100 Subject: [PATCH] fix: match centre atom url --- sport/app/football/controllers/LeagueTableController.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sport/app/football/controllers/LeagueTableController.scala b/sport/app/football/controllers/LeagueTableController.scala index 0c2b9a1b471..27e7442bf64 100644 --- a/sport/app/football/controllers/LeagueTableController.scala +++ b/sport/app/football/controllers/LeagueTableController.scala @@ -135,7 +135,7 @@ class LeagueTableController( ) val futureAtom = if (Switches.Euro2024Header.isSwitchedOn && competition == "euro-2024") { - val id = "/atom/interactive/interactives/2023/01/euros-2024/tables-euros-2024-header" + val id = "/atom/interactive/interactives/2023/01/euros-2024/match-centre-euros-2024-header" val edition = Edition(request) contentApiClient .getResponse(contentApiClient.item(id, edition))