@riocrypto/common 1.0.716 → 1.0.717
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -312,9 +312,9 @@ class RioAdminClient {
|
|
|
312
312
|
return response.data;
|
|
313
313
|
});
|
|
314
314
|
}
|
|
315
|
-
|
|
315
|
+
getWeeklyVolume() {
|
|
316
316
|
return __awaiter(this, void 0, void 0, function* () {
|
|
317
|
-
const response = yield this.axios.get(`/api/admin/volume`);
|
|
317
|
+
const response = yield this.axios.get(`/api/admin/volume/weekly`);
|
|
318
318
|
return response.data;
|
|
319
319
|
});
|
|
320
320
|
}
|