randydev commited on
Commit
b28039e
·
verified ·
1 Parent(s): f5448ca

Update index.js

Browse files
Files changed (1) hide show
  1. index.js +3 -1
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", false, true);
 
 
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