Update health check endpoint documentation

This commit is contained in:
yangy
2026-03-26 14:00:47 +08:00
parent 32e47ce621
commit b1d088a755
+1 -1
View File
@@ -63,7 +63,7 @@ def root():
@app.get("/health")
def health_check():
"""健康检查"""
"""健康检查1"""
return {"status": "healthy"}