This commit is contained in:
karl.hudgell 2020-09-15 13:09:16 +01:00
parent 0fce90758f
commit 9eff3594a0

View File

@ -71,7 +71,7 @@ module.exports = {
}, },
getCompatibleAppsList: async () => { getCompatibleAppsList: async () => {
let settings = { method: "Get" }; 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()) .then(res => res.json())
return response return response
}, },