From 9923b3cf8a10341447b7bc71af92b1bef478d8c2 Mon Sep 17 00:00:00 2001 From: Nara Kasbergen Date: Wed, 13 May 2015 11:47:25 -0400 Subject: [PATCH] Use the correct new sorting parameter name --- dist/index.html | 2 +- src/main/html/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/index.html b/dist/index.html index 5194dbc2..9429a589 100644 --- a/dist/index.html +++ b/dist/index.html @@ -52,7 +52,7 @@ log("Unable to Load SwaggerUI"); }, docExpansion: "none", - sorter : "alpha" + apisSorter: "alpha" }); function addApiKeyAuthorization(){ diff --git a/src/main/html/index.html b/src/main/html/index.html index 5194dbc2..9429a589 100644 --- a/src/main/html/index.html +++ b/src/main/html/index.html @@ -52,7 +52,7 @@ log("Unable to Load SwaggerUI"); }, docExpansion: "none", - sorter : "alpha" + apisSorter: "alpha" }); function addApiKeyAuthorization(){