updated crash report url to new hosted spire location (#5024)

This commit is contained in:
Exonintrendo 2025-10-16 13:22:49 -04:00 committed by GitHub
parent 8175ae6187
commit ecc0d4b5c0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,7 +23,7 @@ void SendCrashReport(const std::string &crash_report)
{ {
// can configure multiple endpoints if need be // can configure multiple endpoints if need be
std::vector<std::string> endpoints = { 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 // "http://localhost:3010/api/v1/analytics/server-crash-report", // development
}; };