Delete vercel backup cdn (#2830)

This commit is contained in:
LoveSy 2023-10-26 11:07:22 +08:00 committed by GitHub
parent 99579a0762
commit 03c2e74b03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ public class RepoLoader {
private final Set<RepoListener> listeners = ConcurrentHashMap.newKeySet();
private boolean repoLoaded = false;
private static final String originRepoUrl = "https://modules.lsposed.org/";
private static final String backupRepoUrl = "https://modules-vercel.lsposed.org/";
private static final String backupRepoUrl = "https://modules-blogcdn.lsposed.org/";
private static final String secondBackupRepoUrl = "https://modules-cloudflare.lsposed.org/";
private static String repoUrl = originRepoUrl;