mirror of
https://github.com/Expand-sys/ccashfrontend
synced 2025-12-17 07:12:12 +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",
|
Accept: "application/json",
|
||||||
},
|
},
|
||||||
json: {
|
json: {
|
||||||
to: name,
|
name: name,
|
||||||
amount: amount,
|
amount: amount,
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
|
||||||
|
|
@ -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,
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue