Spaces:
Sleeping
Sleeping
Upload app.py
Browse files
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)
|