aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/swagger-ui-dist/index.js
diff options
context:
space:
mode:
authorKseniya Tomskikh <ktomskikh@driver.xyz>2018-10-17 17:02:58 +0800
committerKseniya Tomskikh <ktomskikh@driver.xyz>2018-10-17 17:02:58 +0800
commit95c3aeecd7e6ad04ce8d216c09e779f5ca38aa6a (patch)
treedfc94f20d00c84f9dde120f065bfc9298bdff0dc /src/main/resources/swagger-ui-dist/index.js
parentf5d0b038457ed9d01687f0949e22e08a6b116066 (diff)
parenta43556851bf986b81351fc9f1ae5ba51bf21dc47 (diff)
downloaddriver-core-kseniya/typized-id.tar.gz
driver-core-kseniya/typized-id.tar.bz2
driver-core-kseniya/typized-id.zip
Merge branch 'master' into kseniya/typized-idkseniya/typized-id
Diffstat (limited to 'src/main/resources/swagger-ui-dist/index.js')
-rw-r--r--src/main/resources/swagger-ui-dist/index.js17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/main/resources/swagger-ui-dist/index.js b/src/main/resources/swagger-ui-dist/index.js
deleted file mode 100644
index c229ec4..0000000
--- a/src/main/resources/swagger-ui-dist/index.js
+++ /dev/null
@@ -1,17 +0,0 @@
-try {
- module.exports.SwaggerUIBundle = require("./swagger-ui-bundle.js")
- module.exports.SwaggerUIStandalonePreset = require("./swagger-ui-standalone-preset.js")
-} catch(e) {
- // swallow the error if there's a problem loading the assets.
- // allows this module to support providing the assets for browserish contexts,
- // without exploding in a Node context.
- //
- // see https://github.com/swagger-api/swagger-ui/issues/3291#issuecomment-311195388
- // for more information.
-}
-
-// `absolutePath` and `getAbsoluteFSPath` are both here because at one point,
-// we documented having one and actually implemented the other.
-// They were both retained so we don't break anyone's code.
-module.exports.absolutePath = require("./absolute-path.js")
-module.exports.getAbsoluteFSPath = require("./absolute-path.js")