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