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