@@ -0,0 +1,8 @@
from fastapi import FastAPI
app = FastAPI()
@app.get("/health")
def health():
return {"status": "healthy"}
The note is not visible to the blocked user.