mirror of
https://github.com/Expand-sys/ccashfrontend
synced 2025-12-16 23:02:13 +11:00
stinky
This commit is contained in:
parent
ba07a8b70d
commit
f7d8392e68
2 changed files with 2 additions and 2 deletions
2
index.js
2
index.js
|
|
@ -251,7 +251,7 @@ fastify.post(
|
|||
Accept: "application/json",
|
||||
},
|
||||
json: {
|
||||
to: name,
|
||||
name: name,
|
||||
amount: amount,
|
||||
},
|
||||
});
|
||||
|
|
|
|||
|
|
@ -71,7 +71,7 @@ module.exports = function (fastify, opts, done) {
|
|||
},
|
||||
json: {
|
||||
name: name,
|
||||
balance: parseInt(init_bal),
|
||||
amount: parseInt(init_bal),
|
||||
pass: init_pass,
|
||||
},
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue