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"}