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