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