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