Updated apidocs to use HTTPS for github pages.

This commit is contained in:
filipnyquist 2018-04-08 09:39:40 +02:00
parent b76b7b7a58
commit 9fef59cfd0
7 changed files with 611 additions and 191 deletions

View file

@ -1 +1,21 @@
define({ "name": "Lighthouse", "version": "0.0.1", "description": "Lighthouse - Next-gen search api for LBRY", "title": "Lighthouse API DOCS", "url": "http://lighthouse.lbry.io", "sampleUrl": "http://lighthouse.lbry.io", "json_body": true, "template": { "withCompare": true, "withGenerator": true }, "defaultVersion": "0.0.0", "apidoc": "0.3.0", "generator": { "name": "apidoc", "time": "2018-04-08T06:08:09.948Z", "url": "http://apidocjs.com", "version": "0.17.6" } });
define({
"name": "Lighthouse",
"version": "0.0.1",
"description": "Lighthouse - Next-gen search api for LBRY",
"title": "Lighthouse API DOCS",
"url": "https://lighthouse.lbry.io",
"sampleUrl": "https://lighthouse.lbry.io",
"json_body": true,
"template": {
"withCompare": true,
"withGenerator": true
},
"defaultVersion": "0.0.0",
"apidoc": "0.3.0",
"generator": {
"name": "apidoc",
"time": "2018-04-08T07:38:33.375Z",
"url": "http://apidocjs.com",
"version": "0.17.6"
}
});