diff --git a/dist/swagger-initializer.js b/dist/swagger-initializer.js index 5d383a6..0e929f2 100644 --- a/dist/swagger-initializer.js +++ b/dist/swagger-initializer.js @@ -4,7 +4,7 @@ window.onload = function() { if (window.location.hash) { url = window.location.hash.substr(2) } else { - url = "reference/profile.yaml" + url = "reference/Simpl.yaml" } // the following lines will be replaced by docker/configurator, when it runs in a docker-container window.ui = SwaggerUIBundle({