Update index.js
Browse files
index.js
CHANGED
@@ -135,7 +135,9 @@ app.get("/test", async (req, res) => {
|
|
135 |
const api = new AkenoaiJs({
|
136 |
key: "akeno_OSrXhljIomunACd5JY18jFIeIuuB6Pdx"
|
137 |
});
|
138 |
-
const response = await api.RandyDev("json/all",
|
|
|
|
|
139 |
res.json(response);
|
140 |
});
|
141 |
|
|
|
135 |
const api = new AkenoaiJs({
|
136 |
key: "akeno_OSrXhljIomunACd5JY18jFIeIuuB6Pdx"
|
137 |
});
|
138 |
+
const response = await api.RandyDev("json/all", {
|
139 |
+
post: false, custom_dev_fast: true
|
140 |
+
});
|
141 |
res.json(response);
|
142 |
});
|
143 |
|