mirror of
https://github.com/Expand-sys/CCash
synced 2025-12-17 00:22:14 +11:00
🐛 fixed from \"true\"->true
This commit is contained in:
parent
bb7bd5daab
commit
23b6362d91
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
#define RESPONSE_PARSE(R) callback(HttpResponse::newCustomHttpResponse(R));
|
||||
|
||||
#define RESPOND_TRUE RESPONSE_PARSE(BankResponse(k200OK, "\"true\""))
|
||||
#define RESPOND_TRUE RESPONSE_PARSE(BankResponse(k200OK, "true"))
|
||||
|
||||
#define NAME_PARAM req->getParameter("name")
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue