Spaces:
Sleeping
Sleeping
Update dist/index.html
Browse files- dist/index.html +1 -1
dist/index.html
CHANGED
@@ -55,7 +55,7 @@ loadSwagger(release + '/' + currentFile); // Load the corresponding file for the
|
|
55 |
}
|
56 |
|
57 |
function loadSwagger(url) {
|
58 |
-
currentFile = url.split('/')[
|
59 |
window.ui = SwaggerUIBundle({
|
60 |
url: url,
|
61 |
dom_id: '#swagger-ui'
|
|
|
55 |
}
|
56 |
|
57 |
function loadSwagger(url) {
|
58 |
+
currentFile = url.split('/')[1];
|
59 |
window.ui = SwaggerUIBundle({
|
60 |
url: url,
|
61 |
dom_id: '#swagger-ui'
|