randydev commited on
Commit
b9de230
·
verified ·
1 Parent(s): 8951429

Update index.js

Browse files
Files changed (1) hide show
  1. index.js +3 -2
index.js CHANGED
@@ -119,8 +119,9 @@ const AllJsonReques = {
119
  "params": "query",
120
  "method": "GET",
121
  "headers": "x-api-key",
122
- }
123
- }
 
124
  }
125
  }
126
  app.get("/api/v1/json/all", async (req, res) => {
 
119
  "params": "query",
120
  "method": "GET",
121
  "headers": "x-api-key",
122
+ },
123
+ },
124
+ "continue": "full"
125
  }
126
  }
127
  app.get("/api/v1/json/all", async (req, res) => {