From 316283a2fc0488adc9c55df0af6e36b06f9e2e5b Mon Sep 17 00:00:00 2001 From: Jonathan Cobb Date: Tue, 1 Dec 2020 06:51:35 -0500 Subject: [PATCH] sort APIs alphabetically --- src/public/apidocs/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/public/apidocs/index.html b/src/public/apidocs/index.html index 18e5a68..e98a491 100644 --- a/src/public/apidocs/index.html +++ b/src/public/apidocs/index.html @@ -49,7 +49,8 @@ plugins: [ SwaggerUIBundle.plugins.DownloadUrl ], - layout: "StandaloneLayout" + layout: "StandaloneLayout", + apisSorter : "alpha" }) // End Swagger UI call region window.ui = ui