Remove backup1, backup2 backend endpoints (#313)

This commit is contained in:
Lion
2024-05-06 12:05:30 +02:00
committed by GitHub

View File

@@ -106,8 +106,6 @@ public:
static std::vector<std::string> GetBackendUrlsInOrder() {
return {
"backend.beammp.com",
"backup1.beammp.com",
"backup2.beammp.com"
};
}