Return 404 on missing resource type
Compare changes
@@ -181,4 +181,6 @@ def get_latest_resources_for_format(collection_name, resource_format):
@@ -181,4 +181,6 @@ def get_latest_resources_for_format(collection_name, resource_format):
resources_with_asked_type = [r for r in resources if r.get('format').upper() == resource_format.upper()]