test: CI/CD webhook trigger [skip ci]

This commit is contained in:
2026-05-01 10:37:18 +08:00
parent 5828b6c268
commit d61dd68b49

View File

@@ -4,7 +4,7 @@ app = FastAPI(title="CI/CD Demo", version="1.0.0")
@app.get("/") @app.get("/")
def root(): def root():
return {"status": "ok", "version": "1.0.0"} return {"status": "ok", "version": "1.0.1"}
@app.get("/health") @app.get("/health")
def health(): def health():