MCPcopy Create free account
hub / github.com/ScrapeGraphAI/scrapecraft / health_check

Function health_check

backend/app/main.py:57–58  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

55
56@app.get("/health")
57async def health_check():
58 return {"status": "healthy"}
59
60@app.websocket("/ws/{pipeline_id}")
61async def websocket_endpoint(websocket: WebSocket, pipeline_id: str):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected