Skip to content

Commit 693b4d9

Browse files
committed
Merge pull request #1280 from nprdm/develop_2.0
Use the correct new sorting parameter name
2 parents 666246c + 9923b3c commit 693b4d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
log("Unable to Load SwaggerUI");
5353
},
5454
docExpansion: "none",
55-
sorter : "alpha"
55+
apisSorter: "alpha"
5656
});
5757

5858
function addApiKeyAuthorization(){

src/main/html/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
log("Unable to Load SwaggerUI");
5353
},
5454
docExpansion: "none",
55-
sorter : "alpha"
55+
apisSorter: "alpha"
5656
});
5757

5858
function addApiKeyAuthorization(){

0 commit comments

Comments
 (0)