Browse Source

mergerfs_webui.cpp

webui
Antonio SJ Musumeci 1 week ago
parent
commit
cebfa7e630
  1. 7
      src/mergerfs_webui.cpp

7
src/mergerfs_webui.cpp

@ -156,6 +156,13 @@ window.onload = () => { loadMounts(); };
"text/html");
}
static
bool
_valid_fs_type(const std::string &type_)
{
}
static
void
_get_mounts(const httplib::Request &req_,

Loading…
Cancel
Save