KilersBotz commited on
Commit
fd1fe26
·
verified ·
1 Parent(s): 39c8db3

Update index.js

Browse files
Files changed (1) hide show
  1. index.js +0 -1
index.js CHANGED
@@ -3,7 +3,6 @@ const TurnstileBypass = require('turnstile-bypass');
3
 
4
  const app = express();
5
  const PORT = process.env.PORT || 7860;
6
-
7
  // Middleware untuk parsing JSON body
8
  app.use(express.json());
9
 
 
3
 
4
  const app = express();
5
  const PORT = process.env.PORT || 7860;
 
6
  // Middleware untuk parsing JSON body
7
  app.use(express.json());
8