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