Merge branch 'master' of https://github.com/hyle-team/zano-explorer-zarcanum
This commit is contained in:
commit
d15338e072
1 changed files with 11 additions and 1 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue