commit | 6f7167d0a6eda1691e5fb8858f895bf9fd757a64 | [log] [tgz] |
---|---|---|
author | gstepanov <gstepanov@mirantis.com> | Fri Feb 06 12:51:58 2015 +0200 |
committer | gstepanov <gstepanov@mirantis.com> | Fri Feb 06 12:51:58 2015 +0200 |
tree | e1ee4bb9d75bb284905d91faa17f40d72547e3cd | |
parent | c4adf3becb69cc5c4341bc7fa8b70644944fcdbb [diff] [blame] |
server host fixed
diff --git a/web_app/__init__.py b/web_app/__init__.py index 7e6edf9..a720d12 100644 --- a/web_app/__init__.py +++ b/web_app/__init__.py
@@ -83,6 +83,5 @@ return "Created", 201 - if __name__ == "__main__": - app.run(debug=True) \ No newline at end of file + app.run(host='0.0.0.0', debug=True) \ No newline at end of file