Update endpoint

This commit is contained in:
Akkadius
2023-01-23 20:57:45 -06:00
parent 722260f4c3
commit 7aeaf508e3
+2 -2
View File
@@ -23,8 +23,8 @@ 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 = {
"http://spire.akkadius.com/api/v1/server-crash-report", "http://spire.akkadius.com/api/v1/analytics/server-crash-report",
// "http://localhost:3010/api/v1/server-crash-report", // development // "http://localhost:3010/api/v1/analytics/server-crash-report", // development
}; };
auto config = EQEmuConfig::get(); auto config = EQEmuConfig::get();