Remove backup1, backup2 backend endpoints (#313)

This commit is contained in:
Lion 2024-05-06 12:05:30 +02:00 committed by GitHub
commit 13390c5388
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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"
}; };
} }