Merge pull request #3253 from branko333/patch-1

Fix wrong path to absolute-path.js
This commit is contained in:
shockey
2017-06-17 08:40:28 -07:00
committed by GitHub

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")