MCPcopy Create free account
hub / github.com/Roy3838/Observer / root

Function root

api/api.py:144–145  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

142# Root path to check if service is running
143@app.get("/")
144async def root():
145 return {"status": "API server is running"}
146
147
148@app.delete("/delete-account", summary="Permanently delete user account")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected