|
|
@ -254,7 +254,7 @@ _post_kvs(const httplib::Request &req_, |
|
|
|
|
|
|
|
|
for(const auto &[key,val] : j.items()) |
|
|
for(const auto &[key,val] : j.items()) |
|
|
{ |
|
|
{ |
|
|
std::cout << "mount=" << mount << " | " << key << ": " << val << std::endl; |
|
|
|
|
|
|
|
|
std::cout << "mount=" << mount << " | " << key << ": " << val.string() << std::endl; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
res_.set_content("{}", "application/json"); |
|
|
res_.set_content("{}", "application/json"); |
|
|
|