karl.hudgell 3 anni fa
parent
commit
9eff3594a0
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      lib/common.js

+ 1 - 1
lib/common.js

@@ -71,7 +71,7 @@ module.exports = {
     },
     getCompatibleAppsList: async () => {
         let settings = { method: "Get" };
-        const response = await fetch("https://raw.githubusercontent.com/karl0ss/MiWatchKleaner-APKs/master/compatibleApps.json", settings)
+        const response = await fetch("http://kithub.cf/Karl/MiWatchKleaner-APKs/raw/master/compatibleApps.json", settings)
             .then(res => res.json())
         return response
     },