Skip to content

Commit

Permalink
expose v0.5.0 in the UI render
Browse files Browse the repository at this point in the history
  • Loading branch information
ralexstokes committed Jan 7, 2025
1 parent c7b0aba commit b91101c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
// Begin Swagger UI call region
const ui = SwaggerUIBundle({
urls: [
{ url: "./releases/v0.5.0/builder-oapi.json", name: "v0.5.0" },
{ url: "./releases/v0.4.0/builder-oapi.json", name: "v0.4.0" },
{ url: "./releases/v0.3.0/builder-oapi.json", name: "v0.3.0" },
{ url: "./releases/v0.2.0/builder-oapi.json", name: "v0.2.0" },
Expand Down

0 comments on commit b91101c

Please sign in to comment.