randydev commited on
Commit
1c8c6b7
·
verified ·
1 Parent(s): a464ecb

Update index.js

Browse files
Files changed (1) hide show
  1. index.js +2 -1
index.js CHANGED
@@ -44,7 +44,8 @@ import { GeminiRoutes } from './routes/googleGemini.js';
44
 
45
  const CheckMilWares = new CheckMilWare();
46
 
47
- app.disable('x-powered-by');
 
48
  app.use(cors({
49
  origin: '*',
50
  methods: ['GET', 'POST'],
 
44
 
45
  const CheckMilWares = new CheckMilWare();
46
 
47
+ app.disable("x-powered-by");
48
+ app.disable("link")
49
  app.use(cors({
50
  origin: '*',
51
  methods: ['GET', 'POST'],