From ecc0d4b5c0b36a47a585aaabd40c2ebce946e038 Mon Sep 17 00:00:00 2001 From: Exonintrendo Date: Thu, 16 Oct 2025 13:22:49 -0400 Subject: [PATCH] updated crash report url to new hosted spire location (#5024) --- common/crash.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/crash.cpp b/common/crash.cpp index 968a7c5ff..b7dcac7a4 100644 --- a/common/crash.cpp +++ b/common/crash.cpp @@ -23,7 +23,7 @@ void SendCrashReport(const std::string &crash_report) { // can configure multiple endpoints if need be std::vector 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 };