Skip to content

Commit 7a86c1b

Browse files
authored
Merge pull request #3253 from branko333/patch-1
Fix wrong path to absolute-path.js
2 parents ebe9f9b + 01ae2f5 commit 7a86c1b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

swagger-ui-dist-package/index.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
module.exports.SwaggerUIBundle = require("./swagger-ui-bundle.js")
22
module.exports.SwaggerUIStandalonePreset = require("./swagger-ui-standalone-preset.js")
3-
module.exports.absolutePath = require("./.absolute-path.js")
4-
3+
module.exports.absolutePath = require("./absolute-path.js")

0 commit comments

Comments
 (0)