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