randydev commited on
Commit
091ea21
·
verified ·
1 Parent(s): cd5d314

Update index.js

Browse files
Files changed (1) hide show
  1. index.js +5 -0
index.js CHANGED
@@ -38,6 +38,11 @@ const CheckMilWares = new CheckMilWare();
38
 
39
  app.disable('x-powered-by');
40
  app.use(bodyParser.json());
 
 
 
 
 
41
 
42
  app.get('/', (req, res) => {
43
  res.redirect('https://t.me/RendyProjects');
 
38
 
39
  app.disable('x-powered-by');
40
  app.use(bodyParser.json());
41
+ app.use(
42
+ bodyParser.urlencoded({
43
+ extended: true,
44
+ })
45
+ );
46
 
47
  app.get('/', (req, res) => {
48
  res.redirect('https://t.me/RendyProjects');