We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb17b36 commit c3fe461Copy full SHA for c3fe461
2 files changed
docs/2.0.0-beta.20/index.html
@@ -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