fix elevation

This commit is contained in:
2026-06-16 11:54:41 +03:00
parent 0e1fa15a2f
commit 6b34e75f35
4 changed files with 172 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-16d",
"api_build": "2026-06-16e",
**status,
**elevation_status(),
}