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

Function root

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

Source from the content-addressed store, hash-verified

47
48@app.get("/")
49async def root():
50 return {
51 "name": settings.APP_NAME,
52 "version": settings.VERSION,
53 "status": "operational"
54 }
55
56@app.get("/health")
57async def health_check():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected