We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de1cce8 commit 8d5d38eCopy full SHA for 8d5d38e
1 file changed
app/main.py
@@ -57,7 +57,7 @@
57
58
59
# Health check endpoint
60
-@app.get("/health", tags=["meta"])
+@app.get("/health", tags=["meta"], include_in_schema=False)
61
async def health():
62
return {"status": "ok"}
63
0 commit comments