Skip to content

Commit 57dfffd

Browse files
baijumclaude
andcommitted
test: add preview flag to health endpoint
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 4453699 commit 57dfffd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class TodoResponse(BaseModel):
3939

4040
@app.get("/health")
4141
def health():
42-
return {"status": "ok"}
42+
return {"status": "ok", "preview": True}
4343

4444

4545
@app.get("/")

0 commit comments

Comments
 (0)