Merge pull request #1280 from nprdm/develop_2.0
Use the correct new sorting parameter name
This commit is contained in:
2
dist/index.html
vendored
2
dist/index.html
vendored
@@ -52,7 +52,7 @@
|
||||
log("Unable to Load SwaggerUI");
|
||||
},
|
||||
docExpansion: "none",
|
||||
sorter : "alpha"
|
||||
apisSorter: "alpha"
|
||||
});
|
||||
|
||||
function addApiKeyAuthorization(){
|
||||
|
||||
@@ -52,7 +52,7 @@
|
||||
log("Unable to Load SwaggerUI");
|
||||
},
|
||||
docExpansion: "none",
|
||||
sorter : "alpha"
|
||||
apisSorter: "alpha"
|
||||
});
|
||||
|
||||
function addApiKeyAuthorization(){
|
||||
|
||||
Reference in New Issue
Block a user