Skip to content

Commit

Permalink
Add api contract
Browse files Browse the repository at this point in the history
  • Loading branch information
vetlek committed Jan 14, 2022
1 parent c68cb68 commit 2c6d001
Show file tree
Hide file tree
Showing 2 changed files with 1,164 additions and 0 deletions.
21 changes: 21 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="//pagecdn.io/lib/swagger-ui/v3.31.1/swagger-ui.css">
<title>Flotilla</title>

<body>
<div id="openapi">
<script src="//pagecdn.io/lib/swagger-ui/v3.31.1/swagger-ui-bundle.js"></script>
<script>
window.onload = function () {
const ui = SwaggerUIBundle({
url: "openapi.yaml",
dom_id: "#openapi"
})
}
</script>
</body>
Loading

0 comments on commit 2c6d001

Please sign in to comment.