fastapi run
@@ -0,0 +1,7 @@
from fastapi import FastAPI
app = FastAPI(port=8080)
@app.get("/")
def index():
return {"message": "Hello, World!"}
The note is not visible to the blocked user.