@ -64,7 +64,7 @@ _post_kvs(const httplib::Request &req_,
{
try
auto j = json::parse(req_.body);
json j = json::parse(req_.body);
std::string key = j["key"];
std::string value = j["value"];
kv_data[key] = value;