diff --git a/common/crash.cpp b/common/crash.cpp index 7de645972..6c7329b46 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 = { - "http://spire.akkadius.com/api/v1/analytics/server-crash-report", + "https://spire.akkadius.com/api/v1/analytics/server-crash-report", // "http://localhost:3010/api/v1/analytics/server-crash-report", // development };