Update lib/all.js
Browse files- lib/all.js +3 -3
lib/all.js
CHANGED
@@ -28,9 +28,9 @@ import {
|
|
28 |
import { trbtoken, trburl } from '../config.js';
|
29 |
|
30 |
async function InstagramDLV2(url) {
|
31 |
-
const data = await instagramGetUrl(url);
|
32 |
-
console.log(
|
33 |
-
return
|
34 |
}
|
35 |
|
36 |
async function InstagramDLV3(url) {
|
|
|
28 |
import { trbtoken, trburl } from '../config.js';
|
29 |
|
30 |
async function InstagramDLV2(url) {
|
31 |
+
// const data = await instagramGetUrl(url);
|
32 |
+
console.log(instagramGetUrl);
|
33 |
+
return {"message": "ok"};
|
34 |
}
|
35 |
|
36 |
async function InstagramDLV3(url) {
|