Epikcoder commited on
Commit ·
825f700
1
Parent(s): e410d5c
yum
Browse files- api/index.js +1 -1
api/index.js
CHANGED
|
@@ -73,7 +73,7 @@ app.get("/api", (req, res) => {
|
|
| 73 |
const a = twt_data[Math.floor(Math.random() * twt_data.length)].split("|")
|
| 74 |
res.json({ "urllink": a[2], "id": a[1], "name": a[0] })
|
| 75 |
})
|
| 76 |
-
app.get("/
|
| 77 |
let c = "" //get random data
|
| 78 |
let url = "";
|
| 79 |
function check() {
|
|
|
|
| 73 |
const a = twt_data[Math.floor(Math.random() * twt_data.length)].split("|")
|
| 74 |
res.json({ "urllink": a[2], "id": a[1], "name": a[0] })
|
| 75 |
})
|
| 76 |
+
app.get("/igvideo", async (req, res) => {
|
| 77 |
let c = "" //get random data
|
| 78 |
let url = "";
|
| 79 |
function check() {
|