add http debug error logging

This commit is contained in:
Lion Kortlepel
2024-03-22 12:19:18 +01:00
parent cc42a5e0ab
commit adba66afb9
3 changed files with 146 additions and 85 deletions

View File

@@ -25,6 +25,9 @@ int main(int argc, char* argv[]) {
std::thread th(flush);
th.detach();
#endif
HTTP::Get("https://backend.beammp.com/fucker");
GetEP(argv[0]);
InitLauncher(argc, argv);