This commit is contained in:
Hepatica
2024-08-17 03:39:14 +02:00
parent b758657c65
commit 4e10c139f8
5 changed files with 37 additions and 17 deletions

View File

@@ -67,11 +67,11 @@ public:
file_processing->delete_file(filename);
/*app->set_url("https://" + app->get_name() + ".almavid.ru/");
app->set_url("https://" + app->get_name() + ".almavid.ru/");
app->set_url_on_local_machine("http://localhost:" + std::to_string(last_available_port));*/
app->set_url_on_local_machine("http://localhost:" + std::to_string(last_available_port));
//app->set_service_name(app_final_file_path);
app->set_service_name(app_final_file_path);
return "Publish successfully: " + filename;
}