mirror of
https://github.com/Expand-sys/CCash
synced 2025-12-17 00:22:14 +11:00
🎨 uniform naming
This commit is contained in:
parent
99af2c02ab
commit
cca2bf6216
1 changed files with 1 additions and 1 deletions
|
|
@ -141,7 +141,7 @@ void api::AddUser(req_args) const
|
||||||
void api::AdminAddUser(req_args) const
|
void api::AdminAddUser(req_args) const
|
||||||
{
|
{
|
||||||
GEN_BODY
|
GEN_BODY
|
||||||
RESPONSE_PARSE(bank.AddUser(body["name"].asCString(), body["balance"].asUInt(), body["pass"].asCString()))
|
RESPONSE_PARSE(bank.AddUser(body["name"].asCString(), body["amount"].asUInt(), body["pass"].asCString()))
|
||||||
}
|
}
|
||||||
void api::DelUser(req_args) const
|
void api::DelUser(req_args) const
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue