app now binds to ::

This commit is contained in:
ahmadbilalkhalid 2019-06-30 21:20:02 +05:00
commit 78d6fc2105
3 changed files with 75 additions and 14 deletions

View file

@ -87,4 +87,4 @@ api.add_resource(DeleteVM, "/vm/delete")
api.add_resource(VmStatus, "/vm/status")
if __name__ == "__main__":
app.run(debug=True)
app.run(host="::", debug=True)