Enable deep linking in dist/index.html

This commit is contained in:
shockey
2017-07-20 17:20:01 -07:00
committed by GitHub
parent 6102718306
commit 1e5304790e

1
dist/index.html vendored
View File

@@ -76,6 +76,7 @@ window.onload = function() {
const ui = SwaggerUIBundle({
url: "http://petstore.swagger.io/v2/swagger.json",
dom_id: '#swagger-ui',
deepLinking: true,
presets: [
SwaggerUIBundle.presets.apis,
SwaggerUIStandalonePreset