Spaces:
Paused
Paused
Update index.js
Browse files
index.js
CHANGED
|
@@ -3,7 +3,9 @@ const TurnstileBypass = require('turnstile-bypass');
|
|
| 3 |
|
| 4 |
const app = express();
|
| 5 |
const PORT = process.env.PORT || 7860;
|
|
|
|
| 6 |
// Middleware untuk parsing JSON body
|
|
|
|
| 7 |
app.use(express.json());
|
| 8 |
|
| 9 |
app.post('/bypass', async (req, res) => {
|
|
|
|
| 3 |
|
| 4 |
const app = express();
|
| 5 |
const PORT = process.env.PORT || 7860;
|
| 6 |
+
|
| 7 |
// Middleware untuk parsing JSON body
|
| 8 |
+
|
| 9 |
app.use(express.json());
|
| 10 |
|
| 11 |
app.post('/bypass', async (req, res) => {
|