From f0bfb5ab8a0f945d475f0ee40f79ca082e7d90d0 Mon Sep 17 00:00:00 2001 From: exonintrendo Date: Thu, 16 Oct 2025 09:14:33 -0400 Subject: [PATCH] updated crash report url to new hosted spire location --- 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 };