diff --git a/src/mergerfs_webui.cpp b/src/mergerfs_webui.cpp index 63e1b0af..b7fd69dc 100644 --- a/src/mergerfs_webui.cpp +++ b/src/mergerfs_webui.cpp @@ -70,6 +70,7 @@ _post_kvs(const httplib::Request &req_, std::string value = j["value"]; std::cout << "Updated " << key << " to " << value << std::endl; + res.set_content("OK", "text/plain"); } catch (const std::exception& e)