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 };