mirror of
https://github.com/Expand-sys/CCash
synced 2025-12-17 00:22:14 +11:00
🔥 removed legacy GEN_BODY
This commit is contained in:
parent
408ea473d5
commit
6225083a06
1 changed files with 0 additions and 4 deletions
|
|
@ -6,10 +6,6 @@
|
|||
|
||||
#define CORS resp->addHeader("Access-Control-Allow-Origin", "*")
|
||||
|
||||
#define GEN_BODY \
|
||||
static thread_local const auto temp_req = req->getJsonObject(); \
|
||||
static thread_local const auto body = temp_req ? *temp_req : Json::Value()
|
||||
|
||||
static thread_local ondemand::parser parser;
|
||||
static thread_local simdjson::padded_string input;
|
||||
static thread_local ondemand::document doc;
|
||||
|
|
|
|||
Loading…
Reference in a new issue