diff --git a/index.html b/index.html index cefa8bd1..802b309e 100644 --- a/index.html +++ b/index.html @@ -3,10 +3,15 @@ mergerfs ui diff --git a/src/mergerfs_webui.cpp b/src/mergerfs_webui.cpp index fb5cd6d8..d74d7c73 100644 --- a/src/mergerfs_webui.cpp +++ b/src/mergerfs_webui.cpp @@ -250,7 +250,6 @@ mergerfs::webui::main(const int argc_, port = 8000; http_server.Get("/",::_get_root); - http_server.Get("favicon.png",::_get_favicon); http_server.Get("/mounts",::_get_mounts); http_server.Get("/kvs",::_get_kvs); http_server.Post("/kvs",::_post_kvs);