@@ -0,0 +1,12 @@
import uvicorn
from app.core.config import settings
if __name__ == "__main__":
uvicorn.run(
"app.main:app",
host=settings.HOST,
port=settings.PORT,
reload=settings.RELOAD,
log_level=settings.LOG_LEVEL,
)
The note is not visible to the blocked user.