Browse Source

mergerfs_webui.cpp

webui
Antonio SJ Musumeci 1 week ago
parent
commit
1be776f273
  1. 5
      src/mergerfs_webui.cpp

5
src/mergerfs_webui.cpp

@ -312,11 +312,12 @@ _post_kvs_key(const httplib::Request &req_,
key = req_.path_params.at("key"); key = req_.path_params.at("key");
mount = req_.get_param_value("mount"); mount = req_.get_param_value("mount");
j = json::parse(req_.body); j = json::parse(req_.body);
res_.set_content("","application/json");
res_.set_content("",
"application/json");
} }
catch (const std::exception& e) catch (const std::exception& e)
{ {

Loading…
Cancel
Save