window.onload = function() { // // the following lines will be replaced by docker/configurator, when it runs in a docker-container var jsonURL = document.location.origin + "/Swagger/swagger.json"; window.ui = SwaggerUIBundle({ url: "http://localhost:3003/api/v2.0/swagger.json", dom_id: '#swagger-ui', deepLinking: true, presets: [ SwaggerUIBundle.presets.apis, SwaggerUIStandalonePreset ], plugins: [ SwaggerUIBundle.plugins.DownloadUrl ], layout: "StandaloneLayout" }); // };