NekonekoID commited on
Commit
9e64ec1
·
verified ·
1 Parent(s): 313ee96

Update index.js

Browse files
Files changed (1) hide show
  1. index.js +3 -3
index.js CHANGED
@@ -10,7 +10,7 @@ const tfjs = require('@tensorflow/tfjs-node')
10
  const nsfwjs = require('nsfwjs')
11
  const jpegjs = require('jpeg-js')
12
  const fileType = require("file-type")
13
- const Stress = require('./lib/ddos.js');
14
  //const { BingChat } = (await import("bing-chat")).default
15
  const { acytoo, chatgpt_4 } = require("./lib/chatgpt.js")
16
  const { sss_instagram, gramvio } = require("./lib/instagram.js")
@@ -281,7 +281,7 @@ app.post('/api/instagram/download', async (req, res) => {
281
  res.json({ error: true, message: e === '[object Object]' ? 'Internal Server Error' : e })
282
  }
283
  })
284
- app.post('/tools/ddos', async (req, res) => {
285
  try {
286
  console.log(req.body)
287
  const { url, interval, mount, status } = req.body
@@ -310,7 +310,7 @@ app.post('/tools/ddos', async (req, res) => {
310
  e = String(e)
311
  res.json({ error: true, message: e === '[object Object]' ? 'Internal Server Error' : e })
312
  }
313
- })
314
  app.post('/api/bingchat', async (req, res) => {
315
  try {
316
  console.log(req.body)
 
10
  const nsfwjs = require('nsfwjs')
11
  const jpegjs = require('jpeg-js')
12
  const fileType = require("file-type")
13
+ //const Stress = require('./lib/ddos.js');
14
  //const { BingChat } = (await import("bing-chat")).default
15
  const { acytoo, chatgpt_4 } = require("./lib/chatgpt.js")
16
  const { sss_instagram, gramvio } = require("./lib/instagram.js")
 
281
  res.json({ error: true, message: e === '[object Object]' ? 'Internal Server Error' : e })
282
  }
283
  })
284
+ /*app.post('/tools/ddos', async (req, res) => {
285
  try {
286
  console.log(req.body)
287
  const { url, interval, mount, status } = req.body
 
310
  e = String(e)
311
  res.json({ error: true, message: e === '[object Object]' ? 'Internal Server Error' : e })
312
  }
313
+ })*/
314
  app.post('/api/bingchat', async (req, res) => {
315
  try {
316
  console.log(req.body)