Just use GitHub links instead of JSDelivr
This commit is contained in:
parent
43cf765e48
commit
ea3a27ad97
1 changed files with 2 additions and 2 deletions
|
@ -14,9 +14,9 @@ import headerBlockchain from "~component/api/header-blockchain";
|
||||||
import headerSdk from "~component/api/header-sdk";
|
import headerSdk from "~component/api/header-sdk";
|
||||||
import redirects from "~data/redirects.json";
|
import redirects from "~data/redirects.json";
|
||||||
|
|
||||||
const blockchainApi = "https://cdn.jsdelivr.net/gh/lbryio/lbrycrd@master/contrib/devtools/generated/api_v1.json";
|
const blockchainApi = "https://raw.githubusercontent.com/lbryio/lbrycrd/master/contrib/devtools/generated/api_v1.json";
|
||||||
const cache = new Map();
|
const cache = new Map();
|
||||||
const sdkApi = "https://cdn.jsdelivr.net/gh/lbryio/lbry@master/docs/api.json";
|
const sdkApi = "https://raw.githubusercontent.com/lbryio/lbry/master/docs/api.json";
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue