Merge fix

This commit is contained in:
KimLS
2023-01-23 18:37:19 -08:00
5 changed files with 20 additions and 12 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ void SendCrashReport(const std::string &crash_report)
// "http://localhost:3010/api/v1/server-crash-report", // development
};
auto config = EQEmuConfig::get();
auto config = EQEmuConfig::get();
for (auto &e: endpoints) {
uri u(e);