maint(statistics_handler): update path

This commit is contained in:
Edo 2023-05-27 16:35:58 +02:00 committed by GitHub
parent d79e0fdcaa
commit 44a15bc676
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,7 +37,7 @@ namespace
root.Accept(root_writer);
std::string root_data(root_buffer.GetString(), root_buffer.GetLength());
utils::io::write_file("/var/www/master.alterware.dev/stats.json", root_data);
utils::io::write_file("/var/www/master.alterware.dev/html/stats.json", root_data);
}
}