Skip to content

Commit 730c786

Browse files
Update stac_fastapi/pgstac/core.py
Co-authored-by: Pete Gadomski <[email protected]>
1 parent 2f9f6b1 commit 730c786

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stac_fastapi/pgstac/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,7 @@ async def health_check(request: Request) -> Union[Dict, JSONResponse]:
647647

648648
resp["pgstac"] = {
649649
"status": "UP",
650-
"version": version,
650+
"pgstac_version": version,
651651
}
652652

653653
return resp

0 commit comments

Comments
 (0)