Browse Source

Use the correct new sorting parameter name

bubble
Nara Kasbergen 9 years ago
parent
commit
9923b3cf8a
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      dist/index.html
  2. +1
    -1
      src/main/html/index.html

+ 1
- 1
dist/index.html View File

@@ -52,7 +52,7 @@
log("Unable to Load SwaggerUI"); log("Unable to Load SwaggerUI");
}, },
docExpansion: "none", docExpansion: "none",
sorter : "alpha"
apisSorter: "alpha"
}); });


function addApiKeyAuthorization(){ function addApiKeyAuthorization(){


+ 1
- 1
src/main/html/index.html View File

@@ -52,7 +52,7 @@
log("Unable to Load SwaggerUI"); log("Unable to Load SwaggerUI");
}, },
docExpansion: "none", docExpansion: "none",
sorter : "alpha"
apisSorter: "alpha"
}); });


function addApiKeyAuthorization(){ function addApiKeyAuthorization(){


Loading…
Cancel
Save