Added openapi viewers

ref #6
This commit is contained in:
2021-02-02 14:31:09 +01:00
parent d493e74bf3
commit 6435c8a88e
10 changed files with 9471 additions and 2 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>