Remove backup1, backup2 backend endpoints (#313)

This commit is contained in:
Lion
2024-05-06 12:05:30 +02:00
committed by GitHub
-2
View File
@@ -106,8 +106,6 @@ public:
static std::vector<std::string> GetBackendUrlsInOrder() { static std::vector<std::string> GetBackendUrlsInOrder() {
return { return {
"backend.beammp.com", "backend.beammp.com",
"backup1.beammp.com",
"backup2.beammp.com"
}; };
} }