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