app now binds to ::
This commit is contained in:
parent
a65a9b243c
commit
78d6fc2105
3 changed files with 75 additions and 14 deletions
2
main.py
2
main.py
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue