Browse Source

mergerfs_webui.cpp

Antonio SJ Musumeci 2 weeks ago
parent
commit
36b958dbbf
  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.to_string(),
j.string(),
key,
val,
mount.string());

Loading…
Cancel
Save