This commit is contained in:
Nemo 2023-03-15 20:52:19 +05:30
parent 176df4032d
commit 6d4172e61c
1 changed files with 1 additions and 1 deletions

View File

@ -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({