From 248e36f28f0f9827f2987c734a49c38ad628a390 Mon Sep 17 00:00:00 2001 From: Jonathan Cobb Date: Tue, 1 Dec 2020 15:08:53 -0500 Subject: [PATCH] sort tags alphabetically --- src/public/apidocs/index.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/public/apidocs/index.html b/src/public/apidocs/index.html index e98a491..dd4be31 100644 --- a/src/public/apidocs/index.html +++ b/src/public/apidocs/index.html @@ -3,7 +3,7 @@ - Swagger UI + Bubble API Reference @@ -50,7 +50,8 @@ SwaggerUIBundle.plugins.DownloadUrl ], layout: "StandaloneLayout", - apisSorter : "alpha" + apisSorter : "alpha", + tagsSorter: "alpha" }) // End Swagger UI call region window.ui = ui