@@ -4,7 +4,7 @@ def start(log_level:str):
if __name__ == "__main__":
uvicorn.run(
"server.backend.endpoints.endpoints:api",
host="127.0.0.1",
host="0.0.0.0",
port=settings.PORT,
reload=True,
log_level=log_level,
The note is not visible to the blocked user.