Browse Source

mergerfs_webui.cpp

webui
Antonio SJ Musumeci 1 week ago
parent
commit
055fa5aa4e
  1. 1
      src/mergerfs_webui.cpp

1
src/mergerfs_webui.cpp

@ -347,6 +347,7 @@ _post_kvs_key(const httplib::Request &req_,
std::string key; std::string key;
std::string val; std::string val;
fmt::print(req_.body);
j = json::parse(req_.body); j = json::parse(req_.body);
key = req_.path_params.at("key"); key = req_.path_params.at("key");
val = j; val = j;

Loading…
Cancel
Save