diff --git a/src/mergerfs_webui.cpp b/src/mergerfs_webui.cpp index 0985a8d1..f0fd1d6a 100644 --- a/src/mergerfs_webui.cpp +++ b/src/mergerfs_webui.cpp @@ -71,7 +71,7 @@ mergerfs::webui::main(const int argc_, http_server.Get("/",::_serve_root); http_server.Get("/mounts",::_serve_mounts); http_server.Get("/kvs",::_serve_kvs); - http_server.Post("/update", [&](const Request& req, Response& res) { + http_server.Post("/kvs", [&](const Request& req, Response& res) { try { auto j = json::parse(req.body); std::string key = j["key"];