@@ -30,7 +30,7 @@ def create_dirs():
def main():
create_dirs()
uvicorn.run("main:app", reload=True)
uvicorn.run("main:app", host="0.0.0.0", reload=True)
if __name__=="__main__":
main()
The note is not visible to the blocked user.