@@ -0,0 +1,5 @@
import uvicorn
from app.app_config import app
if __name__ == '__main__':
uvicorn.run("main:app", port=8991, reload=True, host="0.0.0.0")
The note is not visible to the blocked user.