randydev commited on
Commit
198605a
·
verified ·
1 Parent(s): 1d004a9

Update index.js

Browse files
Files changed (1) hide show
  1. index.js +1 -3
index.js CHANGED
@@ -142,9 +142,7 @@ app.get("/test", async (req, res) => {
142
  const api = new AkenoaiJs({
143
  key: "akeno_OSrXhljIomunACd5JY18jFIeIuuB6Pdx"
144
  });
145
- const response = await api.RandyDev("user/creation-date", false, true, {
146
- user_id: 6477856957
147
- });
148
  res.json(response);
149
  });
150
 
 
142
  const api = new AkenoaiJs({
143
  key: "akeno_OSrXhljIomunACd5JY18jFIeIuuB6Pdx"
144
  });
145
+ const response = await api.RandyDev("json/all");
 
 
146
  res.json(response);
147
  });
148