diff --git a/src/mergerfs_webui.cpp b/src/mergerfs_webui.cpp index af255239..25ef3782 100644 --- a/src/mergerfs_webui.cpp +++ b/src/mergerfs_webui.cpp @@ -481,6 +481,8 @@ mergerfs::webui::main(const int argc_, http_server.Get("/kvs/:key",::_get_kvs_key); http_server.Post("/kvs/:key",::_post_kvs_key); + http_server.set_mount_point("/mnt/tmp","./files"); + fmt::print("host:port = http://{}:{}\n", host, port);