Browse Source

mergerfs_webui.cpp

webui
Antonio SJ Musumeci 1 week ago
parent
commit
baf5d72b55
  1. 2
      src/mergerfs_webui.cpp

2
src/mergerfs_webui.cpp

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

Loading…
Cancel
Save