Update index.js
Browse files
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) => {
|