Spaces:
Paused
Paused
Update index.js
Browse files
index.js
CHANGED
|
@@ -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 |
-
|
| 285 |
try {
|
| 286 |
console.log(req.body)
|
| 287 |
const { url, interval, mount, status } = req.body
|
|
@@ -310,7 +310,7 @@ app.post('/api/instagram/download', 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)
|
|
|
|
| 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)
|