fully switch to new backend urls

This commit is contained in:
Lion Kortlepel
2021-03-30 01:02:53 +02:00
parent 3094d382ff
commit b4850f09a9
3 changed files with 4 additions and 3 deletions

View File

@@ -50,7 +50,7 @@ public:
static inline TSettings Settings {};
static std::string GetBackendUrlForAuth() { return "auth.beammp.com"; }
static std::string GetBackendHostname() { return "beammp.com"; }
static std::string GetBackendHostname() { return "backend.beammp.com"; }
static std::string GetBackendUrlForSocketIO() { return "https://backend.beammp.com"; }
private: