MCPcopy Create free account
hub / github.com/AsyncFuncAI/deepwiki-open / health_check

Function health_check

api/api.py:541–547  ·  view source on GitHub ↗

Health check endpoint for Docker and monitoring

()

Source from the content-addressed store, hash-verified

539
540@app.get("/health")
541async def health_check():
542 """Health check endpoint for Docker and monitoring"""
543 return {
544 "status": "healthy",
545 "timestamp": datetime.now().isoformat(),
546 "service": "deepwiki-api"
547 }
548
549@app.get("/")
550async def root():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected