Browse Source

mergerfs_webui.cpp

webui
Antonio SJ Musumeci 2 weeks ago
parent
commit
1fc607dc1b
  1. 2
      src/mergerfs_webui.cpp

2
src/mergerfs_webui.cpp

@ -21,7 +21,7 @@ _get_root(const httplib::Request &req_,
return;
}
std::string html = R"html(
html = R"html(
<!DOCTYPE html>
<html>
<head><title>mergerfs ui</title>

Loading…
Cancel
Save