This commit is contained in:
Expand-sys 2021-07-06 12:03:18 +10:00
parent ba07a8b70d
commit f7d8392e68
2 changed files with 2 additions and 2 deletions

View file

@ -251,7 +251,7 @@ fastify.post(
Accept: "application/json", Accept: "application/json",
}, },
json: { json: {
to: name, name: name,
amount: amount, amount: amount,
}, },
}); });

View file

@ -71,7 +71,7 @@ module.exports = function (fastify, opts, done) {
}, },
json: { json: {
name: name, name: name,
balance: parseInt(init_bal), amount: parseInt(init_bal),
pass: init_pass, pass: init_pass,
}, },
}); });