diff --git a/src/mergerfs_webui.cpp b/src/mergerfs_webui.cpp index 1b70f5d2..a1d03fae 100644 --- a/src/mergerfs_webui.cpp +++ b/src/mergerfs_webui.cpp @@ -219,7 +219,7 @@ _get_kv(const httplib::Request &req_, json j; std::string key; std::string val; - std::string mount; + fs::path mount; key = req_.path_params.at("key"); mount = req_.get_param_value("mount");