SakibAhmed commited on
Commit
fe6b222
·
verified ·
1 Parent(s): bb837d1

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -113,4 +113,4 @@ def health_check():
113
  return jsonify({"status": "healthy", "service": "Lead Registration API"}), 200
114
 
115
  if __name__ == '__main__':
116
- app.run(debug=True, port=7860)
 
113
  return jsonify({"status": "healthy", "service": "Lead Registration API"}), 200
114
 
115
  if __name__ == '__main__':
116
+ app.run(debug=True, host='0.0.0.0', port=7860)