more fix
This commit is contained in:
parent
0fce90758f
commit
9eff3594a0
@ -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
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user