diff --git a/src/mergerfs_webui.cpp b/src/mergerfs_webui.cpp index 85ff10a1..3ec99963 100644 --- a/src/mergerfs_webui.cpp +++ b/src/mergerfs_webui.cpp @@ -263,7 +263,7 @@ _post_kvs(const httplib::Request &req_, catch (const std::exception& e) { res_.status = 400; - res_.set_content("Invalid JSON", "text/plain"); + res_.set_content("Invalid JSON","text/plain"); } }