randydev commited on
Commit
43cc2ca
·
verified ·
1 Parent(s): 451a675

Update index.js

Browse files
Files changed (1) hide show
  1. index.js +2 -0
index.js CHANGED
@@ -11,6 +11,8 @@ import { CheckMilWare } from './midware.js';
11
 
12
  const CheckMilWares = new CheckMilWare();
13
 
 
 
14
  app.get('/', (req, res) => {
15
  res.redirect('https://t.me/RendyProjects');
16
  });
 
11
 
12
  const CheckMilWares = new CheckMilWare();
13
 
14
+ app.disable('x-powered-by')
15
+
16
  app.get('/', (req, res) => {
17
  res.redirect('https://t.me/RendyProjects');
18
  });