Skip to content

Commit

Permalink
fix: match centre atom url (#27224)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxdvl authored Jun 13, 2024
1 parent 35551a2 commit ad11fa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sport/app/football/controllers/LeagueTableController.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit ad11fa6

Please sign in to comment.