karl.hudgell 3 vuotta sitten
vanhempi
säilyke
9eff3594a0
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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
     },