Spaces:
Paused
Paused
Update index.js
Browse files
index.js
CHANGED
|
@@ -22,8 +22,7 @@ app.post('/bypass', async (req, res) => {
|
|
| 22 |
|
| 23 |
res.json({
|
| 24 |
success: true,
|
| 25 |
-
|
| 26 |
-
cookies: bypass.cookies
|
| 27 |
});
|
| 28 |
} catch (error) {
|
| 29 |
res.status(500).json({ success: false, error: error.message });
|
|
|
|
| 22 |
|
| 23 |
res.json({
|
| 24 |
success: true,
|
| 25 |
+
result: bypass,
|
|
|
|
| 26 |
});
|
| 27 |
} catch (error) {
|
| 28 |
res.status(500).json({ success: false, error: error.message });
|