KilersBotz commited on
Commit
c42d7cc
·
verified ·
1 Parent(s): 7b68d42

Update index.js

Browse files
Files changed (1) hide show
  1. index.js +2 -0
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) => {