mirror of
https://github.com/Expand-sys/CCash
synced 2025-12-17 00:22:14 +11:00
🐛 fixed last commit -m
This commit is contained in:
parent
51a9ab8ff8
commit
a1df11eeeb
1 changed files with 5 additions and 3 deletions
|
|
@ -15,9 +15,11 @@
|
|||
CORS; \
|
||||
callback(resp);
|
||||
|
||||
#define RESPOND_TRUE \
|
||||
RESPONSE_PARSE(BankResponse(k200OK, "true")); \
|
||||
CACHE_FOREVER
|
||||
#define RESPOND_TRUE \
|
||||
const auto resp = HttpResponse::newCustomHttpResponse("true"); \
|
||||
CORS; \
|
||||
CACHE_FOREVER \
|
||||
callback(resp)
|
||||
|
||||
#define NAME_PARAM req->getParameter("name")
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue