Use the correct new sorting parameter name

This commit is contained in:
Nara Kasbergen
2015-05-13 11:47:25 -04:00
parent 666246c14c
commit 9923b3cf8a
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(){