@@ -0,0 +1,11 @@
import uvicorn
from backend.app.config import settings
if __name__ == "__main__":
uvicorn.run(
"backend.app.main:app",
host=settings.host,
port=settings.port,
reload=False,
)
The note is not visible to the blocked user.