@ -4,4 +4,4 @@ from ServerNode import api
if __name__== '__main__':
api.app.run(port=3564)
api.app.run(port=3564, host="0.0.0.0")