From d64d75d016f4874d202747b4b20d504325e9c686 Mon Sep 17 00:00:00 2001 From: Vishmayraj Date: Tue, 5 May 2026 22:11:10 +0530 Subject: [PATCH] fix(mapping): restore singular key for FeatureOfInterest in ENTITY_URL_NAMES --- api/app/utils/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/app/utils/utils.py b/api/app/utils/utils.py index f247e13..e565796 100644 --- a/api/app/utils/utils.py +++ b/api/app/utils/utils.py @@ -30,7 +30,7 @@ "Datastream": "Datastreams", "Observation": "Observations", "ObservedProperty": "ObservedProperties", - "FeaturesOfInterest": "FeaturesOfInterest", + "FeatureOfInterest": "FeaturesOfInterest", "HistoricalLocation": "HistoricalLocations", "Network": "Networks", }