Skip to content

Commit

Permalink
chore: updated openapi
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonioRodriguezRuiz committed Jan 6, 2025
1 parent 352722c commit 2890751
Show file tree
Hide file tree
Showing 5 changed files with 2,034 additions and 1,907 deletions.
80 changes: 0 additions & 80 deletions docs/alert-openapi.yaml

This file was deleted.

4 changes: 2 additions & 2 deletions src/config/openapi.rs
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ impl OpenApiMerger {
<body>
<div id="swagger-ui"></div>
<script>
const ui = SwaggerUIBundle({{
const ui = SwaggerUIBundle({
url: '/docs/spec',
dom_id: '#swagger-ui',
deepLinking: true,
Expand All @@ -121,7 +121,7 @@ impl OpenApiMerger {
SwaggerUIStandalonePreset
],
layout: "BaseLayout"
}});
});
</script>
</body>
</html>
Expand Down
2 changes: 1 addition & 1 deletion static/openapi.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
</script>
</body>
</html>


Loading

0 comments on commit 2890751

Please sign in to comment.