Skip to content

Commit

Permalink
Merge branch 'main' into tag-fronts-1-percent
Browse files Browse the repository at this point in the history
  • Loading branch information
cemms1 committed Feb 9, 2024
2 parents 36a0605 + e18b5e1 commit 6bff2e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/app/renderers/DotcomRenderingService.scala
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ class DotcomRenderingService extends GuLogging with ResultWithPreconnectPreload
)

val json = DotcomTagPagesRenderingDataModel.toJson(dataModel)
post(ws, json, Configuration.rendering.faciaBaseURL + "/TagFront", CacheTime.Facia)
post(ws, json, Configuration.rendering.faciaBaseURL + "/TagPage", CacheTime.Facia)
}

def getInteractive(
Expand Down

0 comments on commit 6bff2e1

Please sign in to comment.