Skip to content

Commit

Permalink
Merge branch 'collection_update_endpoint' of github.com:rhysrevans3/s…
Browse files Browse the repository at this point in the history
…tac-fastapi into collection_update_endpoint
  • Loading branch information
rhysrevans3 committed Mar 25, 2024
2 parents f746cff + 37763b7 commit 997e47a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stac_fastapi/types/stac_fastapi/types/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ def _landing_page(
{
"rel": Relations.conformance.value,
"type": MimeTypes.json,
"title": "STAC/WFS3 conformance classes implemented by this server",
"title": "STAC/OGC conformance classes implemented by this server",
"href": urljoin(base_url, "conformance"),
},
{
Expand Down

0 comments on commit 997e47a

Please sign in to comment.