@@ -1,5 +1,9 @@
from fastapi import FastAPI
from auth import router as auth_router
from models import Base
from db import engine
Base.metadata.create_all(bind=engine)
app = FastAPI()
The note is not visible to the blocked user.