常规更新

This commit is contained in:
2026-07-14 11:11:32 +08:00
parent 9ccb8aaa3a
commit afd6c35b00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -335,7 +335,7 @@ bool Web_Server::listen(std::string_view host, int port) {
app->addListener(std::string(host), port);
auto base_dir = get_exe_dir();
// app->setLogPath(base_dir + "/logs/drogon.log");
app->setUploadPath(base_dir + "/drogon_uploads");
app->setUploadPath(base_dir + "/../drogon_uploads");
app->run();
return true;
}