mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-11 12:41:30 +00:00
updated crash report url to new hosted spire location (#5024)
This commit is contained in:
parent
8175ae6187
commit
ecc0d4b5c0
@ -23,7 +23,7 @@ void SendCrashReport(const std::string &crash_report)
|
||||
{
|
||||
// can configure multiple endpoints if need be
|
||||
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
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user