From 144041d56d2d6376fc6fcb7ec27d78372b8d7c88 Mon Sep 17 00:00:00 2001 From: Keith Lawrence Date: Wed, 27 Nov 2024 09:17:41 +0000 Subject: [PATCH] Add .atom additional path to topical event finder - Ultimately we probably want to retire the topical event finder, but while a produce decision is looked over, we should fix the missing atom feed route. --- lib/finders/topical_events.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/finders/topical_events.json b/lib/finders/topical_events.json index de9a36197c4..b559df7a986 100644 --- a/lib/finders/topical_events.json +++ b/lib/finders/topical_events.json @@ -51,6 +51,10 @@ { "type": "exact", "path": "/government/topical-events.json" + }, + { + "type": "exact", + "path": "/government/topical-events.atom" } ] }