更新 app/main.py

This commit is contained in:
2025-09-25 01:10:54 +00:00
parent fa7239d954
commit c3a8b12746

View File

@@ -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():