Browse Source

mergerfs_webui.cpp

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

2
src/mergerfs_webui.cpp

@ -217,8 +217,10 @@ _get_kv(const httplib::Request &req_,
} }
json j; json j;
std::string key;
std::string mount; std::string mount;
key = req_.path_params.at("key");
mount = req_.get_param_value("mount"); mount = req_.get_param_value("mount");
mergerfs::api::get_kvs(mount,&kvs); mergerfs::api::get_kvs(mount,&kvs);

Loading…
Cancel
Save