From 9eff3594a031a80bce1362c174df9033f49b16f7 Mon Sep 17 00:00:00 2001 From: "karl.hudgell" Date: Tue, 15 Sep 2020 13:09:16 +0100 Subject: [PATCH] more fix --- lib/common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/common.js b/lib/common.js index b0b4390..52e5a09 100644 --- a/lib/common.js +++ b/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 },