Browse Source

Merge pull request #3253 from branko333/patch-1

Fix wrong path to absolute-path.js
bubble
shockey 7 years ago
committed by GitHub
parent
commit
7a86c1bf40
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      swagger-ui-dist-package/index.js

+ 1
- 2
swagger-ui-dist-package/index.js View File

@@ -1,4 +1,3 @@
module.exports.SwaggerUIBundle = require("./swagger-ui-bundle.js")
module.exports.SwaggerUIStandalonePreset = require("./swagger-ui-standalone-preset.js")
module.exports.absolutePath = require("./.absolute-path.js")

module.exports.absolutePath = require("./absolute-path.js")

Loading…
Cancel
Save