@@ -70,4 +70,4 @@ async def index():
if __name__ == '__main__':
import uvicorn
uvicorn.run(app='main:app', host="0.0.0.0", port=12345, reload=False, workers=1)
uvicorn.run(app='main:app', host="0.0.0.0", port=settings.port, reload=False, workers=1)
The note is not visible to the blocked user.