We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1510945 commit d663358Copy full SHA for d663358
1 file changed
src/http/ManapiSite.cpp
@@ -938,7 +938,7 @@ manapi::status_or<manapi::net::http::http_uri_part *> manapi::net::http::site::h
938
939
940
http_static_handler_function func_static_hdl{};
941
- func_static_hdl.folder = std::move(folder);
+ func_static_hdl.folder = manapi::filesystem::path::serialize(folder);
942
auto res = cur->statics->insert({std::move(method), std::move(func_static_hdl)});
943
944
if (res.second) {
0 commit comments