Updated source file for blockchain API documentation
This commit is contained in:
parent
f02f9cb82b
commit
8e79b84ec6
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ import headerBlockchain from "../components/api/header-blockchain";
|
|||
import headerSdk from "../components/api/header-sdk";
|
||||
import redirects from "../data/redirects.json";
|
||||
|
||||
const blockchainApi = "https://cdn.jsdelivr.net/gh/lbryio/lbrycrd@add_api_docs_scripts/contrib/devtools/generated/api_v1.json";
|
||||
const blockchainApi = "https://cdn.jsdelivr.net/gh/lbryio/lbrycrd@master/contrib/devtools/generated/api_v1.json";
|
||||
const fetch = require("make-fetch-happen").defaults({ cacheManager: "./cache" });
|
||||
const sdkApi = "https://cdn.jsdelivr.net/gh/lbryio/lbry@master/docs/api.json";
|
||||
|
||||
|
|
Loading…
Reference in a new issue