diff --git a/dist/swagger-initializer.js b/dist/swagger-initializer.js index 0e929f2..be1eee1 100644 --- a/dist/swagger-initializer.js +++ b/dist/swagger-initializer.js @@ -1,14 +1,8 @@ window.onload = function() { // - let url; - if (window.location.hash) { - url = window.location.hash.substr(2) - } else { - url = "reference/Simpl.yaml" - } // the following lines will be replaced by docker/configurator, when it runs in a docker-container window.ui = SwaggerUIBundle({ - url: url, + url: "reference/Simpl.yaml", dom_id: '#swagger-ui', deepLinking: true, presets: [