@ -7,6 +7,10 @@ import json
app = FastAPI()
@app.get("/api/v1/health")
def health():
return { "status": "ok" }
@app.get("/api/v1/lookup/{domain}")
def read_root(
domain: str,
The note is not visible to the blocked user.