Skip to content

Commit 8baf324

Browse files
committed
Set mimetype on search link to geojson
1 parent dd13bff commit 8baf324

File tree

1 file changed

+1
-1
lines changed
  • stac_fastapi/types/stac_fastapi/types/clients

1 file changed

+1
-1
lines changed

stac_fastapi/types/stac_fastapi/types/clients/landing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def _landing_page(
6464
},
6565
{
6666
"rel": Relations.search.value,
67-
"type": MimeTypes.json,
67+
"type": MimeTypes.geojson,
6868
"title": "STAC search",
6969
"href": urljoin(base_url, "search"),
7070
"method": "POST",

0 commit comments

Comments
 (0)