Skip to content

Commit 5839886

Browse files
authored
V0.4.0 (#97)
* formatting * add openapi entry for v0.4.0
1 parent 3ef0bd6 commit 5839886

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
height: 68px;
1414
/* Width of new image */
1515
}
16-
1716
</style>
1817
<link rel="icon" type="image/png" href="./dist/favicon-32x32.png" sizes="32x32" />
1918
<link rel="icon" type="image/png" href="./dist/favicon-16x16.png" sizes="16x16" />
@@ -34,7 +33,6 @@
3433
margin: 0;
3534
background: #fafafa;
3635
}
37-
3836
</style>
3937
</head>
4038

@@ -48,6 +46,7 @@
4846
// Begin Swagger UI call region
4947
const ui = SwaggerUIBundle({
5048
urls: [
49+
{ url: "./releases/v0.4.0/builder-oapi.json", name: "v0.4.0" },
5150
{ url: "./releases/v0.3.0/builder-oapi.json", name: "v0.3.0" },
5251
{ url: "./releases/v0.2.0/builder-oapi.json", name: "v0.2.0" },
5352
{ url: "./releases/v0.1.0/builder-oapi.json", name: "v0.1.0" },

0 commit comments

Comments
 (0)