Merge pull request #1697 from geopython/tomkralidis-patch-1

fix items collection link href
This commit is contained in:
Tom Kralidis
2024-06-27 06:01:17 -04:00
committed by GitHub
+1 -1
View File
@@ -549,7 +549,7 @@ def get_collection_items(
'title': l10n.translate(
collections[dataset]['title'], request.locale),
'rel': 'collection',
'href': uri
'href': '/'.join(uri.split('/')[:-1])
})
content['timeStamp'] = datetime.utcnow().strftime(