Application: Move some string literal URLs to functions

This commit is contained in:
Lion Kortlepel
2021-03-18 23:30:52 +01:00
parent c372e63bd1
commit e6109c98bd
4 changed files with 8 additions and 4 deletions

View File

@@ -27,7 +27,7 @@ SocketIO::SocketIO() noexcept
mClient.set_logs_quiet();
mClient.set_reconnect_delay(10000);
mClient.connect("https://backend.beammp.com");
mClient.connect(Application::GetBackendUrlForSocketIO());
}
SocketIO::~SocketIO() {