@@ -8,7 +8,7 @@ app = FastAPI()
def health():
return {
"status": "ok",
"version": os.getenv("deployment.yaml", "dev"),
"version": os.getenv("APP_VERSION", "dev"),
"timestamp": datetime.datetime.utcnow().isoformat()
}
The note is not visible to the blocked user.