From b1d088a7559908713d85a8524594eda79dd7cac6 Mon Sep 17 00:00:00 2001 From: yangy Date: Thu, 26 Mar 2026 14:00:47 +0800 Subject: [PATCH] Update health check endpoint documentation --- backend/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/main.py b/backend/main.py index 422a5cb..1010113 100644 --- a/backend/main.py +++ b/backend/main.py @@ -63,7 +63,7 @@ def root(): @app.get("/health") def health_check(): - """健康检查""" + """健康检查1""" return {"status": "healthy"}