diff --git a/src/mergerfs_webui.cpp b/src/mergerfs_webui.cpp index 74754313..5e1dcc3b 100644 --- a/src/mergerfs_webui.cpp +++ b/src/mergerfs_webui.cpp @@ -184,8 +184,11 @@ _get_kvs(const httplib::Request &req_, httplib::Response &res_) { json j; + std::string mount; std::map kvs; + mount = req_.get_param_value("mount"); + mergerfs::api::get_kvs("/mnt/tmp/mergerfs",&kvs); j = kvs;