Browse Source

mergerfs_webui.cpp

Antonio SJ Musumeci 3 weeks ago
parent
commit
7f0a531957
  1. 4
      src/mergerfs_webui.cpp

4
src/mergerfs_webui.cpp

@ -158,8 +158,8 @@ window.onload = () => { loadMounts(); };
static static
void void
_get_mounts_mergerfs(const httplib::Request &req_,
httplib::Response &res_)
_get_mounts(const httplib::Request &req_,
httplib::Response &res_)
{ {
json json_array; json json_array;
std::string type; std::string type;

Loading…
Cancel
Save