thejagstudio commited on
Commit
cf0324d
·
verified ·
1 Parent(s): 7bee848

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -80,4 +80,6 @@ def logout_everywhere():
80
 
81
  except Exception as e:
82
  print(f"WorkOS Error: {e}")
83
- return jsonify({'error': str(e)}), 500
 
 
 
80
 
81
  except Exception as e:
82
  print(f"WorkOS Error: {e}")
83
+ return jsonify({'error': str(e)}), 500
84
+
85
+ app.run(host="0.0.0.0", port=7860, debug=True)