randydev commited on
Commit
f3a7853
·
verified ·
1 Parent(s): 2949878

Update index.js

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