updated crash report url to new hosted spire location

This commit is contained in:
exonintrendo 2025-10-16 09:14:33 -04:00
parent 8175ae6187
commit f0bfb5ab8a

View File

@ -23,7 +23,7 @@ void SendCrashReport(const std::string &crash_report)
{
// can configure multiple endpoints if need be
std::vector<std::string> endpoints = {
"https://spire.akkadius.com/api/v1/analytics/server-crash-report",
"https://spire.eqemu.dev/api/v1/analytics/server-crash-report",
// "http://localhost:3010/api/v1/analytics/server-crash-report", // development
};