You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The SwaggerUi3Settings contains property TagSorter, and in SwaggerUi3Settings.cs is see the following line: html = html.Replace("{TagSorter}", TagSorter);. But in SwaggerUi3/index.html there is no {TagSorter} to replace, so it never gets in.
The text was updated successfully, but these errors were encountered:
The
SwaggerUi3Settings
contains propertyTagSorter
, and inSwaggerUi3Settings.cs
is see the following line:html = html.Replace("{TagSorter}", TagSorter);
. But inSwaggerUi3/index.html
there is no{TagSorter}
to replace, so it never gets in.The text was updated successfully, but these errors were encountered: