From 2f995a71ae060e8c913ded46a92b93cd695ed3e6 Mon Sep 17 00:00:00 2001 From: Lion Kortlepel Date: Mon, 6 May 2024 12:04:56 +0200 Subject: [PATCH] remove backup1, backup2 endpoints --- include/Common.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/Common.h b/include/Common.h index aa7768f..39fe39b 100644 --- a/include/Common.h +++ b/include/Common.h @@ -106,8 +106,6 @@ public: static std::vector GetBackendUrlsInOrder() { return { "backend.beammp.com", - "backup1.beammp.com", - "backup2.beammp.com" }; }