maint(statistics_handler): easy fix

This commit is contained in:
Edo 2023-05-26 17:11:06 +02:00 committed by GitHub
parent 74a8442142
commit cf3a4e18e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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