ConstantCoder commited on
Commit
9e433d3
·
verified ·
1 Parent(s): 92cba7d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,4 +20,4 @@ def log_action():
20
  return jsonify({"status": "success"}), 200
21
 
22
  if __name__ == '__main__':
23
- app.run(debug=True)
 
20
  return jsonify({"status": "success"}), 200
21
 
22
  if __name__ == '__main__':
23
+ app.run(debug=True, host='0.0.0.0', port=int(os.environ.get("PORT", 8080)))