Delete vercel backup cdn (#2830)
This commit is contained in:
parent
99579a0762
commit
03c2e74b03
|
|
@ -77,7 +77,7 @@ public class RepoLoader {
|
||||||
private final Set<RepoListener> listeners = ConcurrentHashMap.newKeySet();
|
private final Set<RepoListener> listeners = ConcurrentHashMap.newKeySet();
|
||||||
private boolean repoLoaded = false;
|
private boolean repoLoaded = false;
|
||||||
private static final String originRepoUrl = "https://modules.lsposed.org/";
|
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 final String secondBackupRepoUrl = "https://modules-cloudflare.lsposed.org/";
|
||||||
private static String repoUrl = originRepoUrl;
|
private static String repoUrl = originRepoUrl;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue