We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04ff7c6 commit 335461eCopy full SHA for 335461e
1 file changed
src/main.js
@@ -7,6 +7,7 @@ import "./main.css";
7
SwaggerUI({
8
dom_id: "#app",
9
urls: [
10
+ { url: "/docs/5.1.json", name: "5.1" },
11
{ url: "/docs/5.0.json", name: "5.0" },
12
{ url: "/docs/4.4.json", name: "4.4" },
13
{ url: "/docs/4.3.json", name: "4.3" },
@@ -15,7 +16,7 @@ SwaggerUI({
15
16
{ url: "/docs/4.0.json", name: "4.0" },
17
{ url: "/docs/3.14.json", name: "3.14" }
18
],
- "urls.primaryName": "5.0",
19
+ "urls.primaryName": "5.1",
20
deepLinking: true,
21
presets: [SwaggerUI.presets.apis, SwaggerUIStandalonePreset],
22
plugins: [SwaggerUI.plugins.DownloadUrl].filter(
0 commit comments