Browse Source

mergerfs_webui.cpp

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

2
src/mergerfs_webui.cpp

@ -353,7 +353,7 @@ _post_kvs_key(const httplib::Request &req_,
mount = req_.get_param_value("mount");
fmt::print("j: {}\nkey: {}\nval: {}\nmount: {}\n",
j.string(),
(std::string)j,
key,
val,
mount.string());

Loading…
Cancel
Save