Skip to content

Commit c3fe461

Browse files
committed
added versioning of api v2
1 parent cb17b36 commit c3fe461

2 files changed

Lines changed: 99215 additions & 0 deletions

File tree

docs/2.0.0-beta.20/index.html

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>API v1 Docs</title>
5+
<link rel="stylesheet" type="text/css" href="https://unpkg.com/swagger-ui-dist/swagger-ui.css" />
6+
</head>
7+
<body>
8+
<div id="swagger-ui"></div>
9+
<script src="https://unpkg.com/swagger-ui-dist/swagger-ui-bundle.js"></script>
10+
<script>
11+
window.onload = () => {
12+
SwaggerUIBundle({
13+
url: "iriusrisk-api.yaml",
14+
dom_id: "#swagger-ui"
15+
});
16+
};
17+
</script>
18+
</body>
19+
</html>
20+

0 commit comments

Comments
 (0)