randydev commited on
Commit
30aadc4
·
verified ·
1 Parent(s): 9d1562f

Update index.js

Browse files
Files changed (1) hide show
  1. index.js +1 -1
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