From c3a8b1274672ff4344b10f3362ad9344df2c8015 Mon Sep 17 00:00:00 2001 From: gitea_admin Date: Thu, 25 Sep 2025 01:10:54 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20app/main.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/main.py b/app/main.py index a02f77a..01cb858 100644 --- a/app/main.py +++ b/app/main.py @@ -20,7 +20,7 @@ app.include_router(items_router, prefix="/api/v1") @app.get("/") def read_root(): - return {"message": "欢迎使用FastAPI示例应用 v1.1"} + return {"message": "欢迎使用FastAPI示例应用 v1.2"} @app.get("/health") def health_check():