This commit is contained in:
andrewprog97 2024-06-15 14:28:47 +03:00
commit d15338e072

View file

@ -1351,7 +1351,17 @@ app.get(
const offset = parseInt(req.params.offset, 10);
const count = parseInt(req.params.count, 10);
console.log(offset, count);
console.log({
method: 'get',
url: api,
data: {
method: 'get_assets_list',
params: {
count: count,
offset: offset,
}
}
});
const response = await axios({
method: 'get',