randydev commited on
Commit
98475d7
·
verified ·
1 Parent(s): ca51897

Update index.js

Browse files
Files changed (1) hide show
  1. index.js +1 -2
index.js CHANGED
@@ -141,8 +141,7 @@ 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
- });
146
  res.json(response);
147
  });
148
 
 
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