Update index.js
Browse files
index.js
CHANGED
@@ -142,7 +142,7 @@ app.get("/test", async (req, res) => {
|
|
142 |
const api = new AkenoaiJs({
|
143 |
key: "akeno_OSrXhljIomunACd5JY18jFIeIuuB6Pdx"
|
144 |
});
|
145 |
-
const response = await api.RandyDev("json/all");
|
146 |
res.json(response);
|
147 |
});
|
148 |
|
|
|
142 |
const api = new AkenoaiJs({
|
143 |
key: "akeno_OSrXhljIomunACd5JY18jFIeIuuB6Pdx"
|
144 |
});
|
145 |
+
const response = await api.RandyDev("json/all", false, true);
|
146 |
res.json(response);
|
147 |
});
|
148 |
|