test: CI/CD webhook trigger [skip ci]
This commit is contained in:
@@ -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():
|
||||||
|
|||||||
Reference in New Issue
Block a user