@@ -0,0 +1,8 @@
from fastapi import FastAPI
app = FastAPI()
@app.get('/')
async def root():
return {"message": "Hello World"}
The note is not visible to the blocked user.