minor update in hmr playground

This commit is contained in:
Roman Hotsiy 2017-11-21 16:37:31 +02:00
parent f58ef3f0c9
commit 5b3964e55b
No known key found for this signature in database
GPG Key ID: 5CB7B3ACABA57CB0

View File

@ -24,7 +24,7 @@ const swagger = window.location.search.indexOf('swagger') > -1; //compatibility
const specUrl = swagger ? 'swagger.yaml' : big ? 'big-openapi.json' : 'openapi.yaml';
let store;
const options: RedocRawOptions = { expandResponses: 'all' };
const options: RedocRawOptions = {};
async function init() {
const spec = await loadAndBundleSpec(specUrl);