chore: 版本号 0.1.1(验证自动更新链路)
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@ async def lifespan(_: FastAPI):
|
||||
yield
|
||||
|
||||
|
||||
app = FastAPI(title="VPS 资产管理系统", version="0.1.0", lifespan=lifespan)
|
||||
app = FastAPI(title="VPS 资产管理系统", version="0.1.1", lifespan=lifespan)
|
||||
|
||||
|
||||
@app.get("/health")
|
||||
|
||||
Reference in New Issue
Block a user