Added very basic api doc chooser

ref #52
This commit is contained in:
2020-12-23 15:11:04 +01:00
parent d8e38f404d
commit ebedea97ed
8 changed files with 383 additions and 5 deletions

View File

@@ -0,0 +1,12 @@
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<script type="module" src="./rapidoc-min.js"></script>
</head>
<body>
<rapi-doc
spec-url="/api/docs/openapi.json"
> </rapi-doc>
</body>
</html>