mirror of
https://github.com/Redocly/redoc.git
synced 2025-01-31 01:54:08 +03:00
Switch to APIs.guru API v2
This commit is contained in:
parent
40b03e993c
commit
bf0f44303b
|
@ -11,7 +11,7 @@ let config = {
|
|||
// add jasmine spec reporter
|
||||
jasmine.getEnv().addReporter(new SpecReporter({displaySpecDuration: true}));
|
||||
// load APIs.guru list
|
||||
return loadJson('https://apis-guru.github.io/api-models/api/v1/list.json').then((list) => {
|
||||
return loadJson('https://api.apis.guru/v2/list.json').then((list) => {
|
||||
global.apisGuruList = list;
|
||||
return browser.getCapabilities().then(function (cap) {
|
||||
browser.isIE = cap.browserName === 'internet explorer'
|
||||
|
|
Loading…
Reference in New Issue
Block a user