fix elevation

This commit is contained in:
2026-06-16 12:04:23 +03:00
parent 6b34e75f35
commit dbef86d2c9
4 changed files with 74 additions and 33 deletions
+1 -1
View File
@@ -379,7 +379,7 @@ def health():
return {
"ok": status["db_ok"],
"ts": time.time(),
"api_build": "2026-06-16e",
"api_build": "2026-06-16f",
**status,
**elevation_status(),
}