Praveen76 commited on
Commit
472ca78
·
verified ·
1 Parent(s): bcce3af

Update app/main.py

Browse files
Files changed (1) hide show
  1. app/main.py +1 -1
app/main.py CHANGED
@@ -98,4 +98,4 @@ def incoming_sms():
98
  return str(resp)
99
 
100
  if __name__ == "__main__":
101
- app.run(host='0.0.0.0', port=5000, debug=True)
 
98
  return str(resp)
99
 
100
  if __name__ == "__main__":
101
+ app.run(host='0.0.0.0', port=8001, debug=True)