Merge pull request #1280 from nprdm/develop_2.0

Use the correct new sorting parameter name
This commit is contained in:
Tony Tam
2015-05-13 14:53:33 -04:00
2 changed files with 2 additions and 2 deletions

2
dist/index.html vendored
View File

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

View File

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