diff --git a/app.py b/app.py index edd980f..ec517ce 100644 --- a/app.py +++ b/app.py @@ -31,4 +31,4 @@ def api_review_plan(): return jsonify(review_plan_data) if __name__ == "__main__": - app.run(debug=True, port=80) \ No newline at end of file + app.run(debug=True, host="0.0.0.0",port=80) \ No newline at end of file